import React from "react";
import { CellComponent, FieldProps } from "@keystone-6/core/types";
import { controller } from "@keystone-6/core/fields/types/json/views";
export declare const Cell: CellComponent;
export declare const Field: ({ value, }: FieldProps<typeof controller>) => React.JSX.Element;
