import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class SvgIconCollection extends Base {
    static $t: Type;
    g: string;
    private b;
    private c;
    private d;
    j(a: string, b: string): void;
    f(a: string): string;
    i(a: string, b: string[]): void;
    a(a: string): string[];
    h(a: string, b: any): void;
    e(a: string): any;
}
