type __VLS_Props = { /** * Current view */ currentView: 'files' | 'recent' | 'favorites'; /** * Current query for filenames */ filterString: string; /** * Collapsed state of the navigation */ isCollapsed: boolean; /** * Disabled state of the navigation */ disabledNavigation: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:currentView": (v: "files" | "favorites" | "recent") => any; "update:filterString": (v: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:currentView"?: ((v: "files" | "favorites" | "recent") => any) | undefined; "onUpdate:filterString"?: ((v: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;