import { MiniFolder } from '../../../types/openapi'; interface Props { show: boolean; currentFolderId: string | null; selectedItemIds: string[]; isMoving?: boolean; isFetchingLevel?: boolean; folders?: MiniFolder[]; currentFolder: { id: string | null; name: string; }; path: { id: string | null; name: string; }[]; } declare const _default: import('vue').DefineComponent any; "fetch-level": (folderId?: string | null | undefined) => any; "move-items": (targetFolderId: string | null, itemIds: string[]) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:show"?: ((show: boolean) => any) | undefined; "onFetch-level"?: ((folderId?: string | null | undefined) => any) | undefined; "onMove-items"?: ((targetFolderId: string | null, itemIds: string[]) => any) | undefined; }>, { folders: MiniFolder[]; isMoving: boolean; isFetchingLevel: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;