import { UseCustomOptionField } from '../types'; export declare const useCheckboxInput: (id: string) => UseCustomOptionField;