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