import './style.scss';
import { SwitchProps } from '../../types';
declare const Switch: ({ checked, onClick, label, disabled, labelPlacement, color, }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
export default Switch;
