declare const useTwoWayBinding: (initialValue: T) => [T, (event: import("react").ChangeEvent<{ value: unknown; }>) => void, () => void]; export { useTwoWayBinding };