/// import { VideoData } from "../CardProps"; interface Props { video: VideoData; } export declare function TwitterVideo(props: Props): JSX.Element; export {};