import { CSSResultGroup } from 'lit'; import { SbbLinkBaseElement } from '../../core/base-elements.ts'; declare const SbbAccentButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & typeof SbbLinkBaseElement; /** * It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link. * * @slot - Use the unnamed slot to add content to the accent-button-link. * @slot icon - Slot used to display the icon, if one is set. * @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state. */ export declare class SbbAccentButtonLinkElement extends SbbAccentButtonLinkElement_base { static readonly elementName: string; static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-accent-button-link': SbbAccentButtonLinkElement; } } export {}; //# sourceMappingURL=accent-button-link.component.d.ts.map