import { GlyphMeta } from "../types"; export declare const buildIconfontManifest: (params: { fontName: string; prefix: string; glyphs: GlyphMeta[]; }) => string;