import { Ref } from 'react'; import { Annotations, AnnotationsConfigInterface } from '@unovis/ts'; export declare type VisAnnotationsRef = { component?: Annotations; }; export declare type VisAnnotationsProps = AnnotationsConfigInterface & { ref?: Ref; }; export declare const VisAnnotationsSelectors: typeof import("@unovis/ts/dist/components/annotations/style"); export declare const VisAnnotations: ((props: VisAnnotationsProps) => JSX.Element | null);