import React from 'react'; import { SvgProps } from 'react-native-svg'; declare const FileIcon: React.MemoExoticComponent<(props: SvgProps) => JSX.Element>; export { FileIcon };