import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIComponentVerticalAlignment {
    Top = 0,
    Center = 1,
    Bottom = 2,
    Stretch = 3
}
/**
 * @hidden
 */
export declare let NativeUIComponentVerticalAlignment_$type: Type;
