/// <reference types="react" />
import { CheckboxProps } from './index.types';
export declare const CheckboxBody: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
