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