import { CSSResultGroup } from 'lit'; import { SbbActionBaseElement } from '../../core/base-elements.js'; declare const SbbTertiaryButtonStaticElement_base: import('../../core/mixins.js').AbstractConstructor & import('../../core/mixins.js').AbstractConstructor & typeof SbbActionBaseElement; /** * It displays a static button enhanced with the SBB Design in the 'tertiary' variant. * * @slot - Use the unnamed slot to add content to the tertiary-button-static. * @slot icon - Slot used to display the icon, if one is set */ export declare class SbbTertiaryButtonStaticElement extends SbbTertiaryButtonStaticElement_base { static styles: CSSResultGroup; } declare global { interface HTMLElementTagNameMap { 'sbb-tertiary-button-static': SbbTertiaryButtonStaticElement; } } export {}; //# sourceMappingURL=tertiary-button-static.d.ts.map