import * as React from "react"; export interface IDeleteFileProps { isWhow: boolean; onDeleteFile: () => void; } export declare const DeleteFile: React.FunctionComponent; //# sourceMappingURL=DeleteFile.d.ts.map