import type { TLBounds } from '@tldraw/core'; import { ShapeStyles } from '../../../types'; export declare function getTextSvgElement(text: string, style: ShapeStyles, bounds: TLBounds): SVGGElement; //# sourceMappingURL=getTextSvgElement.d.ts.map