export default AnnotationOverlay;
declare function AnnotationOverlay({ annotations, surface, currentTime, showAnnotations, }: {
    annotations?: any[] | undefined;
    surface: any;
    currentTime: any;
    showAnnotations: any;
}): import("react/jsx-runtime").JSX.Element | null;
