import { LGGlyph, SVGR } from './types'; /** * Returns a single glyph component. * Process custom glyphs to ensure consistent behavior between custom and built-in icons * This function is different from the `createIconComponent` function in that it returns a single glyph component instead of an icon component. * @param glyphName: string - the display name of the icon * @param Glyph: SVGR.Component - the SVG icon component * @returns LGGlyph.Component */ export declare function createGlyphComponent(glyphName: string, Glyph: SVGR.Component): LGGlyph.Component; //# sourceMappingURL=createGlyphComponent.d.ts.map