import { FieldSelectionDialogProps } from './LatestReview.types'; /** * FieldSelectionDialog Component * * Modal dialog for selecting an IntelligenceBank field to send review results to. * Used as a sub-component of LatestReview. * * @example * ```tsx * setShowDialog(false)} * dataTestId="field-selection" * /> * ``` */ export declare const FieldSelectionDialog: React.FC; export default FieldSelectionDialog; //# sourceMappingURL=FieldSelectionDialog.d.ts.map