import { SbbButtonBaseElement } from '../../core/base-elements.js'; declare const SbbNavigationButtonElement_base: import('../../core/mixins.js').AbstractConstructor & typeof SbbButtonBaseElement; /** * It displays a button element that can be used in the `sbb-navigation` component. * * @slot - Use the unnamed slot to add content to the `sbb-navigation-button`. */ export declare class SbbNavigationButtonElement extends SbbNavigationButtonElement_base { } declare global { interface HTMLElementTagNameMap { 'sbb-navigation-button': SbbNavigationButtonElement; } } export {}; //# sourceMappingURL=navigation-button.d.ts.map