import { SbbLinkBaseElement } from '../../core/base-elements.ts'; declare const SbbBlockLinkElement_base: import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & typeof SbbLinkBaseElement; /** * It displays a link enhanced with the SBB Design. * * @slot - Use the unnamed slot to add content to the `sbb-block-link`. * @slot icon - Slot used to display the icon, if one is set. */ export declare class SbbBlockLinkElement extends SbbBlockLinkElement_base { static readonly elementName: string; } declare global { interface HTMLElementTagNameMap { 'sbb-block-link': SbbBlockLinkElement; } } export {}; //# sourceMappingURL=block-link.component.d.ts.map