export declare const registerIcon: (name: string, src: string) => void;
export declare const getIcon: (name: string) => string;
