import { DBNavigationItemProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { disabled: boolean; children: any; className: string; id: string; onClick: (event: MouseEvent) => void; icon: import("@db-ui/foundations").BaseIconTypes | import("@db-ui/foundations").LooseAutocomplete; width: "full" | "auto"; showIcon: boolean; text: string; active: boolean; subNavigationExpanded: boolean; backButtonId: string; backButtonText: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLLIElement; }, HTMLLIElement>, { default?(_: {}): any; default?(_: {}): any; 'sub-navigation'?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };