import { Settings } from "../types"; export declare function generateHtml(tooltipDiv: any, data: any, settings: Settings): void;