import type { FC } from 'react'; import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; /** * @deprecated use new validatorPlugin instead */ export declare const ConditionalHandler: FC;