import { CSSResultGroup } from 'lit'; import { SbbLinkBaseElement } from '../../core/base-elements.js'; declare const SbbSecondaryButtonLinkElement_base: import('../../core/mixins.js').AbstractConstructor & import('../../core/mixins.js').AbstractConstructor & typeof SbbLinkBaseElement; /** * It displays a button enhanced with the SBB Design in the 'primary' variant, which will behave as a link. * * @slot - Use the unnamed slot to add content to the secondary-button-link. * @slot icon - Slot used to display the icon, if one is set */ export declare class SbbSecondaryButtonLinkElement extends SbbSecondaryButtonLinkElement_base { static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-secondary-button-link': SbbSecondaryButtonLinkElement; } } export {}; //# sourceMappingURL=secondary-button-link.d.ts.map