export declare class Icon {
    name: string;
    constructor();
    readonly content: string;
    readonly iconClass: string[];
    private isFontAwesomeIcon();
}
