import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class SvgIconCollection extends Base {
    static $t: Type;
    c: string;
    private a;
    d(a: string, b: string): void;
    b(a: string): string;
}
