export declare function hideTooltipPopup(container: HTMLElement): void;
export declare function showTooltipPopup(container: HTMLElement, message: string, theme?: {
    textColor?: string;
    borderColor?: string;
    backgroundColor?: string;
}, timeoutMs?: number): void;
