import type { AnimatedStyle } from '../commonTypes'; import type { StyleLayoutAnimation } from './commonTypes'; export declare function withStyleAnimation(styleAnimations: AnimatedStyle): StyleLayoutAnimation; //# sourceMappingURL=styleAnimation.d.ts.map