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