export declare const radioSelection: ISelection[]; export declare const radioSelectionChildcare: ISelection[]; export declare const radioSelectionFia3a: ISelection[]; export declare const radioSelectionAgreement: ISelection[]; export declare const radioSelectionPositionType: ISelection[]; export declare const radioSelectionPlacementReason: ISelection[]; export declare class ISelection { value: any; label: string; displayText: string; }