import { TAnimationStateParams } from '../Models'; import { AnimationAction } from 'three'; export declare function applyAnimationActionProperties(action: AnimationAction, { enabled, weight, loop, repetitions, clampWhenFinished, timeScale, time, paused }: TAnimationStateParams): void;