import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { Type } from "./type";
import { FontInfo } from "./FontInfo";
/**
 * @hidden
 */
export declare class NativeUILabel extends NativeUIComponent {
    static $t: Type;
    protected get_e(): NativeUIComponentBuiltInType;
    get bo(): string;
    set bo(a: string);
    get bl(): FontInfo;
    set bl(a: FontInfo);
    get bn(): boolean;
    set bn(a: boolean);
    get bm(): boolean;
    set bm(a: boolean);
}
