import React from 'react'; import type { NativeProps } from '@zbanx/mobile-utils'; import type { TableListProps } from '../../'; import type { VideoListCardProps } from './components/videoListCard'; export interface VideoListProps extends NativeProps, Pick, Pick, 'scrollRef'> { } declare const VideoList: React.NamedExoticComponent; export default VideoList;