export function AnnotationsProvider({ children }: { children: any; }): JSX.Element; export namespace AnnotationsProvider { namespace propTypes { let children: import("prop-types").Validator>; } } export function useAnnotationsState(): any; export function useAnnotationsDispatch(): any; //# sourceMappingURL=AnnotationsContext.d.ts.map