import * as React from "react"; import { Tag } from "../HighlightWidgetPlugin"; interface Props { anchorPosition: { x: number; y: number; }; tags: Tag[]; } export declare const HighlightHover: React.SFC; export {};