/// export interface SvgImageProps { data: any; } declare function SvgImage(props: SvgImageProps): JSX.Element | null; declare namespace SvgImage { var displayName: string; } export default SvgImage;