import React from 'react'; import { SwitchProps as RNSwitchProps } from 'react-native'; export declare type SwitchProps = RNSwitchProps; export declare const Switch: React.FC;