import { TextToSVGOptions, SVGResult, ShapedGlyph } from './types';
export declare function textToSVG(text: string, options: TextToSVGOptions): Promise<SVGResult>;
export type { TextToSVGOptions, SVGResult, ShapedGlyph };
