import React from 'react'; export type ZodType = Awaited['z']; export type ZodTypesType = Awaited; export declare const getZodIfPossible: () => Promise; export declare const getZTypesIfPossible: () => Promise; export declare const useZodIfPossible: () => typeof import("zod/lib/external") | null; export declare const useZodTypesIfPossible: () => typeof import("@remotion/zod-types") | null; export declare const ZodProvider: React.FC<{ readonly children: React.ReactNode; }>;