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