import React from 'react';
import type { OffthreadVideoProps } from './props.js';
/**
* @description This method imports and displays a video, similar to . During rendering, it extracts the exact frame from the video and displays it in an
tag
* @see [Documentation](https://www.remotion.dev/docs/offthreadvideo)
*/
export declare const OffthreadVideo: React.FC;