import React from 'react';
import { DynamicUiComponentProps } from '../DynamicUi';
export declare const ConfirmFormField: React.ForwardRefExoticComponent<DynamicUiComponentProps & React.RefAttributes<{
    getValue?: (() => import("../DynamicUi").JSONValue | void) | undefined;
    getState?: (() => import("../DynamicUi").JSONValue | void) | undefined;
}>>;
