import { type AnimationDefinition, type View } from '@nativescript/core'; export declare function getViewEndingAnimate(view: View): AnimationDefinition | undefined;