type __VLS_Props = { title?: string; icon?: string; customIcon?: string; lazy?: boolean; beforeChange?: () => boolean | Promise; afterChange?: () => void; route?: string | object; additionalInfo?: Record; }; declare var __VLS_1: { active: boolean; }, __VLS_3: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { customIcon?: (props: typeof __VLS_3) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string; lazy: boolean; icon: string; customIcon: string; additionalInfo: Record; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };