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_c(): NativeUIComponentBuiltInType;
    get au(): string;
    set au(a: string);
    get at(): FontInfo;
    set at(a: FontInfo);
}
