import type { PresetHOC } from '../types/PresetHOC'; export declare const withIcon: PresetHOC<{ icon?: React.ComponentType; }, { key: string; }>; //# sourceMappingURL=withIcon.d.ts.map