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