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