import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbLinkBaseElement } from '../../core/base-elements.ts'; declare const SbbMiniButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & typeof SbbLinkBaseElement; /** * It displays an icon-only button enhanced with the SBB Design as link variant; * it's meant to be used within the `sbb-mini-button-group`. * * @slot - Use the unnamed slot to add a label to the mini-button. * @slot icon - Slot used to display the icon, if one is set */ export declare class SbbMiniButtonLinkElement extends SbbMiniButtonLinkElement_base { static readonly elementName: string; static styles: CSSResultGroup; protected renderTemplate(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-mini-button-link': SbbMiniButtonLinkElement; } } export {}; //# sourceMappingURL=mini-button-link.component.d.ts.map