import type { CompositionProps, StillProps } from 'remotion'; import type { AnyZodObject } from 'zod'; export declare const createComposition: >({ ...other }: CompositionProps) => () => import("react/jsx-runtime").JSX.Element; export declare const createStill: >({ ...other }: StillProps) => () => import("react/jsx-runtime").JSX.Element;