import * as React from 'react';
export declare const VideoTile: React.ForwardRefExoticComponent<Omit<import('@livekit/components-react').VideoTrackProps & React.RefAttributes<HTMLVideoElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
