import { FC } from "react";
import { CheckboxProps } from "./checkbox.types";
declare const CheckBox: FC<CheckboxProps>;
export default CheckBox;
