import React from 'react';
export declare const VideoContext: React.Context<unknown>;
export declare const VideoProvider: ({ children, videoUrl, shape, hideAnnotations, initialVideoWidth, lockEdit, initialData, externalSetData, externalOnSubmit, annotationColor }: {
    children: any;
    videoUrl: any;
    shape?: null | undefined;
    hideAnnotations?: boolean | undefined;
    initialVideoWidth?: number | undefined;
    lockEdit?: boolean | undefined;
    initialData?: null | undefined;
    externalSetData?: null | undefined;
    externalOnSubmit?: null | undefined;
    annotationColor: any;
}) => import("react/jsx-runtime").JSX.Element;
