import React from 'react';
import type { AllOffthreadVideoProps } from './props.js';
export declare const OffthreadVideoForRendering: React.FC<AllOffthreadVideoProps>;
