import { SbbButtonBaseElement } from '../../core/base-elements.ts'; declare const SbbHeaderButtonElement_base: import('../../core.ts').AbstractConstructor & typeof SbbButtonBaseElement; /** * It displays a button element that can be used in the `sbb-header` component. * * @slot icon - Slot used to render the button icon. * @slot - Use the unnamed slot to add content to the `sbb-header-button`. */ export declare class SbbHeaderButtonElement extends SbbHeaderButtonElement_base { static readonly elementName: string; } declare global { interface HTMLElementTagNameMap { 'sbb-header-button': SbbHeaderButtonElement; } } export {}; //# sourceMappingURL=header-button.component.d.ts.map