import React from 'react'; import type { Video } from 'remotion'; import type { VideoTexture } from 'three'; export type UseVideoTextureOptions = React.ComponentProps; export declare const useVideoTexture: (videoRef: React.RefObject) => VideoTexture | null;