import { IGlyph, SVGString } from './type'; export declare const getGlyphId: (input: IGlyph) => string; export declare const getSVGString: (input: IGlyph) => SVGString | undefined; export declare const isImage: (id: string) => boolean; export declare const getPath: (id: string) => string;