/** * Returns the animation type according to the given animated property type. * @param effectiveProperty defines the reference to the animated property to get its animation type. */ export declare function getAnimationTypeForObject(effectiveProperty: any): number | null;