import React from 'react';
import { IBaseSwitchProps } from './types';
export declare const BaseSwitch: React.FC<IBaseSwitchProps>;
export default BaseSwitch;
