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