import React from 'react'; import type { DispatchCellProps } from '../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;