import * as React from 'react'; import { ISvgImageProps } from './SvgImage.types'; declare const SvgImage: React.FC; export default SvgImage;