import { ProposedFormFieldValue } from '../../../events/formApplyEvents'; type FormFieldRowProps = { field: ProposedFormFieldValue; isExpanded: boolean; canApply: boolean; onToggleExpand: (fieldName: string) => void; onApply: (field: ProposedFormFieldValue) => void; }; export declare const FormFieldRow: import('react').MemoExoticComponent<({ field, isExpanded, canApply, onToggleExpand, onApply }: FormFieldRowProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=FormFieldRow.d.ts.map