export declare function useIcon(): (iconType: string, defaultIcons?: Record<string, any>) => any;
