import { Animation, DisplayedAction } from '@gamepark/react-client'; export declare const useAnimation: (predicate?: (animation: Animation) => boolean) => Animation | undefined; export declare const getAnimationFromState: (action: DisplayedAction) => Animation; export declare const useAnimations: (predicate?: (animation: Animation) => boolean) => Animation[];