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