/// import * as svgComponents from 'react-native-svg'; export * from './SvgImage'; export declare const SvgComponents: typeof svgComponents; declare const _default: { SvgComponents: typeof svgComponents; SvgImage({ src, ...rest }: { [x: string]: any; src: any; }): JSX.Element; }; export default _default;