import type { RemotionAudioProps } from './audio/index.js'; import type { RemotionVideoProps } from './video/index.js'; import type { OffthreadVideoProps } from './video/props.js'; export declare const validateMediaProps: (props: RemotionVideoProps | RemotionAudioProps | OffthreadVideoProps, component: 'Video' | 'Audio') => void;