import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum NativeUIBoxSizing {
    BorderBox = 0,
    ContentBox = 1
}
/**
 * @hidden
 */
export declare let NativeUIBoxSizing_$type: Type;
