import { PropType } from 'vue'; type Item = string | Record; declare function __VLS_template(): any; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: () => never[]; }; label: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; menuId: { type: StringConstructor; default: string; }; textKey: { type: StringConstructor; default: string; }; valueKey: { type: StringConstructor; default: string; }; iconKey: { type: StringConstructor; default: string; }; primaryInfo: { type: StringConstructor; default: string; }; secondaryInfo: { type: StringConstructor; default: undefined; }; hideIcon: { type: BooleanConstructor; default: boolean; }; hideLogoutBtn: { type: BooleanConstructor; default: boolean; }; isMobileView: { type: BooleanConstructor; default: boolean; }; iconOnly: { type: BooleanConstructor; default: boolean; }; options: { type: ObjectConstructor; default: () => { menu: {}; btn: {}; list: {}; }; }; }>, { isOpen: import('vue').Ref; formattedItems: import('vue').ComputedRef[]>; selectedItem: import('vue').Ref | null, string | Record | null>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; logout: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; default: () => never[]; }; label: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; menuId: { type: StringConstructor; default: string; }; textKey: { type: StringConstructor; default: string; }; valueKey: { type: StringConstructor; default: string; }; iconKey: { type: StringConstructor; default: string; }; primaryInfo: { type: StringConstructor; default: string; }; secondaryInfo: { type: StringConstructor; default: undefined; }; hideIcon: { type: BooleanConstructor; default: boolean; }; hideLogoutBtn: { type: BooleanConstructor; default: boolean; }; isMobileView: { type: BooleanConstructor; default: boolean; }; iconOnly: { type: BooleanConstructor; default: boolean; }; options: { type: ObjectConstructor; default: () => { menu: {}; btn: {}; list: {}; }; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onLogout?: ((...args: any[]) => any) | undefined; }>, { label: string; options: Record; modelValue: string | Record | null; required: boolean; menuId: string; menuItems: Item[]; textKey: string; valueKey: string; iconKey: string; primaryInfo: string; secondaryInfo: string; hideIcon: boolean; hideLogoutBtn: boolean; isMobileView: boolean; iconOnly: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, any, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };