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