import { default as React } from 'react';
import { IconStyles } from './types';
interface ImageIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const ImageIcon: React.FC<ImageIconProps>;
export default ImageIcon;
//# sourceMappingURL=Image.d.ts.map