export interface IElementConfig { tagName: string; options?: { extends: string; }; } export declare const CustomElementConfig: (config: IElementConfig) => (Element: any) => void; //# sourceMappingURL=custom-element-config.d.ts.map