import * as React from 'react'; import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; export interface DefaultHandlerProps { doNotDefault?: boolean; readOnly?: boolean; } export declare const DefaultHandler: React.FC;