import { SafeExtract } from '../../../types'; import { CheckedType } from '../hooks/usePathMaps'; export declare const mapCheckedVariants: (checkedValue: CheckedType, multiple?: boolean) => boolean | SafeExtract; //# sourceMappingURL=mapCheckedVariants.d.ts.map