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