import type { AnyValue } from '../types'; type Props = { value: AnyValue; defaultValue: AnyValue; }; declare const _default: ({ value, defaultValue, }: Props) => [AnyValue, (newValue: AnyValue) => void]; export default _default; //# sourceMappingURL=useControlledOrUncontrolled.d.ts.map