export type IProps = Omit; declare const CheckBox: (props: IProps) => import("react/jsx-runtime").JSX.Element; export default CheckBox;