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