export { InteractiveVideo } from './InteractiveVideo';
export type { InteractiveVideoOptions, InteractiveVideoConfig, InteractiveVideoInstance, QuizQuestion, QuizOption } from './types';
