import * as React from "react"; import { IconProps } from '../lib'; declare const FileJsx: (props: IconProps) => React.JSX.Element; export default FileJsx; //# sourceMappingURL=FileJsx.d.ts.map