import { type ViewModelInstance } from '../specs/ViewModel.nitro'; import type { UseRivePropertyResult } from '../types'; /** * Hook for interacting with string ViewModel instance properties. * * @param path - The path to the string property * @param viewModelInstance - The ViewModelInstance containing the string 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 useRiveString(path: string, viewModelInstance?: ViewModelInstance | null): UseRivePropertyResult; //# sourceMappingURL=useRiveString.d.ts.map