//#region ../react-form/src/hooks/useInputValue.d.ts declare function useInputValue(initialValue: T): [T, (e: any) => void]; //#endregion export { useInputValue }; //# sourceMappingURL=useInputValue.d.mts.map