import { type NormalisedTextOrSegments } from 'ag-charts-core';
export declare function sanitizeHtml(text: NormalisedTextOrSegments): string;
