import type { InfotipMessage } from '../interfaces/protocol'; export declare function renderInfotip(parent: HTMLElement, data: InfotipMessage): void;