/**
 * @param {HTMLInputElement} element
 * @returns {boolean | string[]}
 */
export function getCheckboxControlElementValue(element: HTMLInputElement): boolean | string[];
//# sourceMappingURL=get-checkbox-control-element-value.helper.d.ts.map