declare global { type ComponentsInstance = { [Property in keyof GlobalComponents]: InstanceType<GlobalComponents[Property]> } } export { }