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