import { CSSResultGroup, TemplateResult } from 'lit'; import { SbbButtonBaseElement } from '../../core/base-elements.ts'; declare const SbbMiniButtonElement_base: import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & typeof SbbButtonBaseElement; /** * It displays an icon-only button enhanced with the SBB Design; * it's meant to be used mainly within the sbb-form-field in prefix/suffix slot * or 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 SbbMiniButtonElement extends SbbMiniButtonElement_base { static readonly elementName: string; static styles: CSSResultGroup; protected renderTemplate(): TemplateResult; } declare global { interface HTMLElementTagNameMap { 'sbb-mini-button': SbbMiniButtonElement; } } export {}; //# sourceMappingURL=mini-button.component.d.ts.map