import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIComponentHorizontalAlignment {
    Left = 0,
    Center = 1,
    Right = 2,
    Stretch = 3
}
/**
 * @hidden
 */
export declare let NativeUIComponentHorizontalAlignment_$type: Type;
