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