import { IconProps } from '../lib';
declare function Image(props: IconProps): JSX.Element;
export default Image;
