declare const useUncontrolled: (value: VT, defaultValue: V, onChange?: ((v: P, ...rest: U[]) => void) | undefined, options?: { getter?: ((e: P) => V) | undefined; } | undefined) => [V, (v: P) => void, (v: P) => void]; export default useUncontrolled;