import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgFile: (props: SVGProps) => React.JSX.Element; export default SvgFile; //# sourceMappingURL=File.d.ts.map