import { SbbLinkBaseElement } from '../../core/base-elements.js'; declare const SbbBlockLinkElement_base: import('../../core/mixins.js').AbstractConstructor & import('../../core/mixins.js').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 { } declare global { interface HTMLElementTagNameMap { 'sbb-block-link': SbbBlockLinkElement; } } export {}; //# sourceMappingURL=block-link.d.ts.map