import { Annotation } from '../model'; import { Store } from './Store'; export type HoverState = ReturnType>; export declare const createHoverState: (store: Store) => { readonly current: string; subscribe: any; set: any; }; //# sourceMappingURL=Hover.d.ts.map