export { InteractiveVideo } from './components/InteractiveVideo';
export { QuizOverlay } from './components/QuizOverlay';
export type { InteractiveVideoProps, InteractiveVideoConfig, QuizQuestion, QuizOption, QuizOverlayProps } from './types';
