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