import { DynamicUiComponentProps } from '../DynamicUi';
export declare function CustomFormField({ formField, state }: DynamicUiComponentProps<string | null>): import("react/jsx-runtime").JSX.Element;
