export declare function useIcon(key: string, type: string | undefined): import('../contexts/IconsContext').IconsRegistryValue<import('../contexts/IconsContext').IconProps> | undefined;
