import { ControllerConstructor } from './controller-types.js'; import { CustomElementConfig } from './custom-element-config.js'; export declare const Component: (tag: string, config: CustomElementConfig) => (target: ControllerConstructor) => CustomElementConstructor; export declare const component: (tag: string, configInitial: CustomElementConfig, constructor?: ControllerConstructor) => CustomElementConstructor; export declare const scopeStyle: (style: string, tag: string, className: string, useShadow?: boolean) => string; //# sourceMappingURL=component.d.ts.map