import React from 'react'; export { ICON_CATEGORIES } from './config'; export { iconNameToTypeProps } from './util'; import type { IconProps } from './props'; export declare const Icon: React.FC; export default Icon;