import { type ViewModelInstance } from '../specs/ViewModel.nitro'; import type { UseRivePropertyResult } from '../types'; /** * Hook for interacting with number ViewModel instance properties. * * @param path - The path to the number property * @param viewModelInstance - The ViewModelInstance containing the number property to operate on * @returns An object with the number value, a setter function, and an error if the property is not found */ export declare function useRiveNumber(path: string, viewModelInstance?: ViewModelInstance | null): UseRivePropertyResult; //# sourceMappingURL=useRiveNumber.d.ts.map