import { TwitterContentProps } from '../../../questions/twitter'; import { VideoPlayerProps } from '../../../video-player'; type TwitterProps = TwitterContentProps & { controlVideo: VideoPlayerProps['controlVideo']; }; export declare const Twitter: React.FC; export {};