export default function HoverElement({ selection, span, hoverContent }: {
    selection: any;
    span: any;
    hoverContent: any;
}): void;
