import React from 'react'; import { VideoItemTypeProps } from "../types"; declare const VideoItem: ({ isMobile, data, styles, className, classNames, layout, radius, playIcon, hideInfo, loading, useVideoTypeThumbnail, ...boxProps }: VideoItemTypeProps) => React.JSX.Element; export { VideoItem };