/// import { HMSTrackID } from '@100mslive/hms-video-store'; export interface VideoTileStatsProps { compact?: boolean; videoTrackID?: HMSTrackID; audioTrackID?: HMSTrackID; } export declare function VideoTileStats({ videoTrackID, audioTrackID, compact, }: VideoTileStatsProps): JSX.Element | null;