import { IconShapeCollection } from './interfaces/icon.interfaces.js';
export declare function renderIcon(shapeOrStringIcon: IconShapeCollection | string): string | IconShapeCollection;
