import { GridCompoundConditionalStyleDescription } from "./GridCompoundConditionalStyleDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TextIconSetConditionalStyleDescription extends GridCompoundConditionalStyleDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private af;
    get iconType(): string;
    set iconType(a: string);
}
