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