import { InputCheckProps } from '../private/components/InputCheck/types'; export interface CheckBoxProps extends InputCheckProps { }