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