declare const useToggleValue: (initial: any, second?: any) => any[];
export default useToggleValue;
