import * as React from 'react'; declare function File(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof File; export default File;