/// export declare function SvgImage({ src, ...rest }: { [x: string]: any; src: any; }): JSX.Element;