declare const truncate: (expandElement: HTMLElement, contentElement: HTMLElement) => void; declare const setTruncate: (truncator: HTMLElement) => void; export { truncate, setTruncate, }; //# sourceMappingURL=truncator.d.ts.map