import { InputDescriptor } from '../../../types/FieldDescriptor'; import { CuringDescriptorState, CuringFormStateKey } from '../types'; import { CuringSectionDescriptor } from './section'; /** * Radio with one option per `ReasonableExplanationType`. Drives the visibility * of the SPT and Closer-Connection sub-forms downstream. */ export declare const reasonableExplanationDescriptor: InputDescriptor; /** * Step 2 — wraps the radio + per-option sub-forms (SPT and Closer-Connection) * under the "Reasonable explanation" title. The intro prose lives in * `subTitle.curingReasonableExplanation` and renders as the section's * sub-title. Visible only when the user has an OPEN `US_INDICIA` issue; the * nested SPT / CCE sub-sections gate their own visibility on the user's * radio choice. */ export declare const reasonableExplanationSection: CuringSectionDescriptor;