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