import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIGridHeightType {
    Auto = 0,
    Value = 1,
    Star = 2
}
/**
 * @hidden
 */
export declare let NativeUIGridHeightType_$type: Type;
