import { InsightContentProps } from '../../../questions/insight'; import { VideoPlayerProps } from '../../../video-player'; type InsightProps = InsightContentProps & { controlVideo: VideoPlayerProps['controlVideo']; }; export declare const Insight: React.FC; export {};