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