///
import { CheckKUIProps, LabelKUIProps } from '../base';
export type CheckboxKUIProps = CheckKUIProps & LabelKUIProps & {
errorMessage?: string;
};
export declare const InputFieldCheckboxKUI: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;