import { SwitchProps } from "react-native"; type OwnProps = Pick; export declare const NativeSwitch: ({ onValueChange, value, ...accessibility }: OwnProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NativeSwitch.d.ts.map