import { type AnimationDefinition, type View } from '@nativescript/core'; export declare function setViewEndingAnimate(view: View, animate: AnimationDefinition): void;