import { IconComponent } from '../../icons/Icon'; import { LazyIconPropName } from './typeLazyIconPropName'; export declare const createLazyIcon: (name: LazyIconPropName) => IconComponent;