import type { VNodeChild } from 'vue'; /** * Render an icon string the same way `` does (no hard * `@vuecs/icon` dependency): Iconify-style names (containing a colon, * e.g. `lucide:chevron-right`) go through the globally-registered * ``; legacy class-string icons (`fa fa-home`) render as a * literal ``. */ export declare function renderBreadcrumbIcon(icon: string): VNodeChild; //# sourceMappingURL=render-icon.d.ts.map