import { LitElement } from 'lit'; import '../icon/icon'; export declare class CovalentExpansionPanelItem extends LitElement { static styles: import("lit").CSSResult[]; index: number; open: boolean; isTopPanel: boolean; isInnerPanel: boolean; isBottomPanel: boolean; isSinglePanel: boolean; belowOpenInnerPanel: boolean; aboveOpenInnerPanel: boolean; separateSinglePanel: boolean; title: string; contentPreview: string; showFooter: boolean; noSurface: boolean; render(): import("lit-html").TemplateResult<1>; resetPanel(): void; private _toggleContent; } declare global { interface HTMLElementTagNameMap { 'cv-expansion-panel-item': CovalentExpansionPanelItem; } } //# sourceMappingURL=expansion-panel-item.d.ts.map