import type { ReactNode } from 'react'; import type { IconProp, IconProps } from '../types/iconTypes.js'; /** * Renders an `IconProp`. Elements are returned untouched; components receive * the size and color the library resolved for the current state. */ export declare const renderIcon: (icon: IconProp | null | undefined, props?: Pick) => ReactNode; //# sourceMappingURL=renderIcon.d.ts.map