export { InteractiveVideoReact as InteractiveVideo } from './InteractiveVideoReact';
export type { InteractiveVideoReactProps } from './InteractiveVideoReact';
export type { InteractiveVideoOptions, InteractiveVideoConfig, QuizQuestion, QuizOption } from '../core';
