/// interface SingleTextLineProps { color: string; fontSize: number; fontWeight?: number; targetWidth: number; text: string; x?: number; y?: number; ariaHidden?: boolean; dominantBaseline?: 'middle' | 'hanging'; textAnchor?: 'start' | 'middle' | 'end'; } export declare function SingleTextLine({ ariaHidden, color, dominantBaseline, fontSize, fontWeight, targetWidth, text, textAnchor, y, x, }: SingleTextLineProps): JSX.Element; export {}; //# sourceMappingURL=SingleTextLine.d.ts.map