import { type IStoreContext } from "@leight/context"; import { type IMultiSelectionStoreProps } from "@leight/selection"; import { type IFileSourceType as SourceType } from "@leight/file"; export type IFileMultiSelectionStore = IStoreContext>; export declare const FileMultiSelection: IStoreContext>; /** * Default export marking a file it's generated and also preventing failing * an empty file export (every module "must" have an export). */ export declare const $leight_wtsd5uzkf65k0mcav5nc238u = true; //# sourceMappingURL=FileMultiSelection.d.ts.map