import { AnnotationContextProps } from './interfaces'; export { AnnotationContextProps }; export default function AnnotationContext({ currentTutorial, children, onStepChange, onFinish: onFinishHandler, onStartTutorial, onExitTutorial, i18nStrings }: AnnotationContextProps): JSX.Element;