import type { GestureResponderEvent } from "react-native"; declare const ToggleGroupUtils: { getIsSelected(value: string | string[] | undefined, itemValue: string): boolean; getNewSingleValue(originalValue: string | string[] | undefined, itemValue: string): string | undefined; getNewMultipleValue(originalValue: string | string[] | undefined, itemValue: string): string[]; }; declare const EmptyGestureResponderEvent: GestureResponderEvent; export { EmptyGestureResponderEvent, ToggleGroupUtils }; //# sourceMappingURL=utils.d.ts.map