import React from 'react'; export declare function getIcon(key: string): React.ComponentType<{}>; export declare function registerIcon(key: string, component: React.ComponentType<{}>): void;