import { type IStoreContext } from "@leight/context"; import { type ISelectionStoreProps } from "@leight/selection"; import { type IFileSourceType as SourceType } from "@leight/file"; export type IFileSelectionStore = IStoreContext>; export declare const FileSelection: 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_wkiuaysd6oy45iekzikqxodg = true; //# sourceMappingURL=FileSelection.d.ts.map