import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbElement } from '../../core.ts'; /** * Combined with a `sbb-flip-card`, it displays its content when the card is flipped. * * @slot - Use the unnamed slot to provide any kind of content. */ export declare class SbbFlipCardDetailsElement extends SbbElement { static readonly elementName: string; static styles: CSSResultGroup; constructor(); connectedCallback(): void; private _checkForSlottedActions; protected render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-flip-card-details': SbbFlipCardDetailsElement; } } //# sourceMappingURL=flip-card-details.component.d.ts.map