export declare const measureLineChartText: import("../../../svg-renderer/index").SvgTextMeasurer;
export declare const getFontFamilyProps: (fontFamily: string | undefined) => {
    fontFamily: string;
} | {
    fontFamily?: never;
};
//# sourceMappingURL=text.d.ts.map