/// import type { SvgProps } from 'react-native-svg'; declare const Toggle: (props: SvgProps) => JSX.Element; export default Toggle;