import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIPopupAnimationType {
    GrowShrink = 0,
    FadeInOutSlide = 1
}
/**
 * @hidden
 */
export declare let NativeUIPopupAnimationType_$type: Type;
