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