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