import { ToggleValues } from "../types";
export default function getNextFormToggleValues(values: ToggleValues, value: any): any;
