import React from 'react'; import { type ViewStyle, type ViewProps } from 'react-native'; type SvgRendererProps = { xml: string; style: ViewStyle; }; export declare const SvgRendererView: import("react-native").HostComponent | (() => never); export declare const SvgView: (props: ViewProps & SvgRendererProps) => React.JSX.Element; export default SvgView; //# sourceMappingURL=index.d.ts.map