import { ControllerConstructor } from './controller-types.js'; import { CustomElementConfigInternal } from './custom-element-config.js'; export type ComponentInfo = [ new () => HTMLElement, ControllerConstructor, CustomElementConfigInternal ]; export declare const allComponents: Set; //# sourceMappingURL=all-components.d.ts.map