import { ChoiceBoxProps } from '../../ChoiceBox';
export declare const BodyCheckbox: ({ checked, onChange, value, state, ...props }: {
    state?: "enabled" | "hovered" | "selected";
} & Omit<ChoiceBoxProps, "type">) => import("react/jsx-runtime").JSX.Element;
