import type { CheckedState } from './useCheckbox'; export declare function isIndeterminate(checked?: CheckedState): checked is 'indeterminate'; export declare function getState(checked: CheckedState): "indeterminate" | "checked" | "unchecked"; //# sourceMappingURL=utils.d.ts.map