import React from 'react';
import type { DispatchCellProps } from '@jsonforms/core';
/**
 * Dispatch renderer component for cells.
 */
export declare const Dispatch: ({ uischema, schema, rootSchema, path, cells, id, enabled, renderers, config, }: DispatchCellProps) => React.JSX.Element;
export declare const DispatchCell: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
