import { Nullable } from "../../../type"; import { ComponentOutputFieldBaseProps } from "../../types"; export type VideoFieldProps = { video: Nullable; } & ComponentOutputFieldBaseProps; export declare const VideoField: (props: VideoFieldProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VideoField.d.ts.map