import type { VNode } from 'vue'; import type { IconPackName } from '../../../config-provider/src/internal-interface'; import type { IconNameOf, RenderIconChildren, RenderIconProps } from './interface'; export declare function renderIcon
(name: IconNameOf
, props?: RenderIconProps
| null, children?: RenderIconChildren): VNode;