import { SwitchProps } from "react-native"; /*** * @see : https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/Switch/index.js */ export default function NativeSwitch({ value, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element;