import type { CheckField } from './CheckField.js';
export interface CheckInputProps {
    field: CheckField;
}
export declare function CheckInput({ field }: CheckInputProps): import("react/jsx-runtime").JSX.Element;
