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