export declare function escapeHTML(value: any): string;
export declare const getScale: (element: HTMLElement, boundingClientRect?: DOMRect) => number;
export declare const formatContent: (content: any) => string;
