import { CSSResultGroup } from 'lit'; import { SbbLinkListBaseElement } from '../link-list.pure.ts'; /** * It displays a list of `sbb-block-link`. * * @slot - Use the unnamed slot to add one or more `sbb-block-link`. * @slot title - Use this slot to provide a title. */ export declare class SbbLinkListAnchorElement extends SbbLinkListBaseElement { static readonly elementName: string; static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-link-list-anchor': SbbLinkListAnchorElement; } } //# sourceMappingURL=link-list-anchor.component.d.ts.map