declare function tooltipOnOverflow(el: HTMLElement, dataFormat?: string): { update(newDataFormat?: string): void; destroy: () => void; }; export default tooltipOnOverflow;