import type { LayoutAnimationFunction, LayoutAnimationType } from './commonTypes';
import type { ReanimatedKeyframe } from './layoutReanimation/animationBuilder/Keyframe';
export declare const updateLayoutAnimations: (viewTag: number, type: LayoutAnimationType, config?: ReanimatedKeyframe | LayoutAnimationFunction, isUnmounting?: boolean, sharedTransitionTag?: string) => void;
//# sourceMappingURL=UpdateLayoutAnimations.native.d.ts.map