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