import { BaseComponentContext } from "@microsoft/sp-component-base"; export declare const useDeleteFile: (context: BaseComponentContext) => readonly [(driveId: string, siteId: string, itemId: string, uploadLocation: string) => Promise]; //# sourceMappingURL=useDeleteFile.d.ts.map