declare const CustomSection_base: { new (): { [x: string]: any; connectedCallback(): void; }; [x: string]: any; }; export declare class CustomSection extends CustomSection_base { static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } export {};