import React from 'react';
import { SwitchProps } from '@bytedance/mona';
declare const Switch: React.FC<SwitchProps>;
export default Switch;
