import { VideoTabProps } from './video-tab.types'; export default function VideoTab(props: VideoTabProps): import("@emotion/react/jsx-runtime").JSX.Element;