import { UseCheckboxProps } from '@chakra-ui/react'; export interface ISwitch extends UseCheckboxProps { size?: 'md' | 'sm'; }