import * as React from "react"; export interface IFileErrorProps { error: string; isShow: boolean; } export declare const FileError: React.FunctionComponent; //# sourceMappingURL=FileError.d.ts.map