import { IconName } from './IconName'; /** * Resolves an {@link IconName} to its icon-font glyph character, using the committed fantasticon * codepoint artifact (`shp.json`, name → decimal codepoint). Use when rendering the glyph directly * as text (e.g. an SVG `` element) instead of via the `.icon` CSS class. */ export declare function iconGlyphChar(name: IconName): string;