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