import { valueof } from "../../helpers/logic/type-helpers"; import { CheckboxProps } from "../../Input/Checkbox/types"; import { CheckboxListValue } from "./types"; export declare const handleChange: (checkedItems: CheckboxListValue, setCheckedItems: any) => (checkboxValue: valueof>) => void;