import { LayoutAnimationType } from '../../commonTypes'; import type { AnimatedComponentProps } from '../../createAnimatedComponent/commonTypes'; import type { ReanimatedHTMLElement } from '../../ReanimatedModule/js-reanimated'; import type { TransitionData } from './animationParser'; export declare function startWebLayoutAnimation>(props: Readonly>, element: ReanimatedHTMLElement, animationType: LayoutAnimationType, transitionData?: TransitionData): void; export declare function tryActivateLayoutTransition>(props: Readonly>, element: ReanimatedHTMLElement, snapshot: DOMRect): void; //# sourceMappingURL=animationsManager.d.ts.map