import { MediaTrackState } from './useMediaTrack';
/**
 * Returns a participant's screenVideo track and state.
 * @param participantId The participant's session_id.
 */
export declare const useScreenVideoTrack: (participantId: string) => MediaTrackState;
