import { CSSResultGroup } from 'lit'; import { SbbActionBaseElement } from '../../core/base-elements.ts'; declare const SbbButtonStaticElement_base: import('../../core/mixins.ts').AbstractConstructor & import('../../core/mixins.ts').AbstractConstructor & typeof SbbActionBaseElement; /** * It displays a static button enhanced with the SBB Design in the 'primary' variant. * * @slot - Use the unnamed slot to add content to the button-static. * @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 SbbButtonStaticElement extends SbbButtonStaticElement_base { static readonly elementName: string; static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-button-static': SbbButtonStaticElement; } } export {}; //# sourceMappingURL=button-static.component.d.ts.map