import type { CategoryItem } from './category-nav'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: { category: any; }, __VLS_7: { category: any; }, __VLS_9: { sub: any; parent: any; }, __VLS_11: { category: any; }, __VLS_13: {}; type __VLS_Slots = {} & { 'all-icon'?: (props: typeof __VLS_1) => any; } & { header?: (props: typeof __VLS_3) => any; } & { 'section-header'?: (props: typeof __VLS_5) => any; } & { 'section-header'?: (props: typeof __VLS_7) => any; } & { 'sub-item'?: (props: typeof __VLS_9) => any; } & { 'section-footer'?: (props: typeof __VLS_11) => any; } & { footer?: (props: typeof __VLS_13) => any; }; declare const __VLS_component: import("vue").DefineComponent; default: () => never[]; }; modelValue: { type: import("vue").PropType; default: null; }; subValue: { type: import("vue").PropType; default: null; }; sideWidth: { type: StringConstructor; default: string; }; showAll: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; columns: { type: NumberConstructor; default: number; }; subImageSize: { type: NumberConstructor; default: number; }; anchor: { type: BooleanConstructor; default: boolean; }; themeOverrides: { type: import("vue").PropType>; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { themeOverrides: Record; anchor: boolean; loading: boolean; columns: number; modelValue: string | number | null; categories: CategoryItem[]; subValue: string | number | null; sideWidth: string; showAll: boolean; subImageSize: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };