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