/// import { ISwitchProps } from "../../config/type"; declare function FSwitch(props: ISwitchProps): JSX.Element; export default FSwitch;