type CheckboxFieldResult = { isValid: boolean; value: string | string[] | boolean | undefined; }; export declare const getCheckboxValue: (options?: HTMLInputElement[]) => CheckboxFieldResult; export {}; //# sourceMappingURL=get-checkbox-value.d.ts.map