import React from 'react'; import { SwitchProps } from '../../types'; export declare const Switch: ({ backgrounColor, border, borderColor, borderWidth, isOn, fullWidth, justifyContent, onChange, textStyle, text, }: SwitchProps) => React.JSX.Element;