import { SwitchProps } from './types';
declare const Switch: ({ label, labelIsBold, labelSize, className, style, onChange, checked, defaultChecked, name, shape, required, switchColor, thin, disabled, showHint, hint, }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
export default Switch;
