import { CSSResultGroup, TemplateResult, LitElement } from 'lit'; /** * It can be used as a container for the content of the `sbb-expansion-panel` component. * * @slot - Use the unnamed slot to add content to the `sbb-expansion-panel`. */ export declare class SbbExpansionPanelContentElement extends LitElement { static styles: CSSResultGroup; protected render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-expansion-panel-content': SbbExpansionPanelContentElement; } } //# sourceMappingURL=expansion-panel-content.d.ts.map