import type { JSX } from 'react';
import type { SvgProps } from 'react-native-svg';
type SVGNativeComponent = (props: SvgProps) => JSX.Element;

