import React from 'react';
import { VideoItemTypeProps } from "../types";
declare const ShortsItem: ({ data, layout, styles, loading, radius, hideInfo, useSquareRatioThumbnail, ...boxProps }: VideoItemTypeProps) => React.JSX.Element;
export { ShortsItem };
