import { UPLOADSTATUS } from "@files-ui/core";
export declare const useIsUploading: (uploadStatus: UPLOADSTATUS | undefined) => boolean;
