/** * Generate */ declare function iconToHTML(body: string, attributes: Record): string; export { iconToHTML };