import type { VideoConfig } from './video-config.js'; /** * @description Get some info about the context of the video that you are making. * @see [Documentation](https://www.remotion.dev/docs/use-video-config) * @returns Returns an object containing `fps`, `width`, `height`, `durationInFrames`, `id` and `defaultProps`. */ export declare const useVideoConfig: () => VideoConfig;