import { CSSResultGroup, TemplateResult, LitElement } from 'lit'; /** * It can be used as a container for the `sbb-pearl-chain-vertical-item` component. * * @slot - The unnamed slot is used for the `sbb-pearl-chain-vertical-item` component. */ export declare class SbbPearlChainVerticalElement extends LitElement { static styles: CSSResultGroup; protected render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-pearl-chain-vertical': SbbPearlChainVerticalElement; } } //# sourceMappingURL=pearl-chain-vertical.d.ts.map