///
import Group from "./Group";
declare const RefCheckboxComp: import("react").ForwardRefExoticComponent, HTMLInputElement>, "name" | "defaultChecked" | "className" | "style"> & import("react").RefAttributes>;
declare type RefCheckboxCompType = typeof RefCheckboxComp;
interface CheckboxInterFace extends RefCheckboxCompType {
Group: typeof Group;
}
declare const CheckboxComp: CheckboxInterFace;
export default CheckboxComp;