import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebIconDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private n;
    get iconName(): string;
    set iconName(a: string);
    private m;
    get collection(): string;
    set collection(a: string);
    private k;
    get mirrored(): boolean;
    set mirrored(a: boolean);
}
