import { AnimatedStyleWithController, IAnimationOptions } from '../type'; import { AnimatedStyle as IWebAnimatedStyle } from '../AnimatedStyle/type'; export declare const useAnimatedStylesInSequence: (animatedStyles: AnimatedStyleWithController[], deps: unknown[]) => [IWebAnimatedStyle, { start(animatedStyle?: IAnimationOptions): void; }]; //# sourceMappingURL=useAnimatedStylesInSequence.d.ts.map