import type { AnimatedStyle } from '../commonTypes';
import type { StyleLayoutAnimation } from './commonTypes';
export declare function withStyleAnimation(styleAnimations: AnimatedStyle<any>, callback?: (finished: boolean) => void): StyleLayoutAnimation;
//# sourceMappingURL=styleAnimation.d.ts.map