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 bm(): string;
    set bm(a: string);
    get bk(): FontInfo;
    set bk(a: FontInfo);
    get bl(): boolean;
    set bl(a: boolean);
}
