import { Icon } from '../iconTypes';
declare const IconFileDocument: (props: Icon) => JSX.Element;
export default IconFileDocument;
