import { ViewAnimation } from '../view.js'; export declare function useAnimationEffect(animations: ViewAnimation[], deps?: any[]): void;