/// <reference types="react" />
import { ISwitchProps } from 'native-base';
export declare const Switch: (props: ISwitchProps) => JSX.Element;
