import { ValidAlignment } from '@lovepop/typesetter'; export declare const SvgTypeset: (text: string, element: SVGTextElement, parentNode: SVGGElement, alignment: ValidAlignment, lineLengths: ReadonlyArray, tolerance: number, center: boolean, spaceChar: string, startAt?: number, withHyphenation?: boolean) => Promise;