import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { Type } from "./type";
import { BrushCollection } from "./BrushCollection";
/**
 * @hidden
 */
export declare class NativeUIIcon extends NativeUIComponent {
    static $t: Type;
    protected get_e(): NativeUIComponentBuiltInType;
    get bq(): string;
    set bq(a: string);
    get br(): string;
    set br(a: string);
    get bn(): number;
    set bn(a: number);
    get bo(): number;
    set bo(a: number);
    get bp(): number;
    set bp(a: number);
    get bm(): number;
    set bm(a: number);
    get bk(): BrushCollection;
    set bk(a: BrushCollection);
    get bl(): BrushCollection;
    set bl(a: BrushCollection);
}
