export declare const radioSelection: ISelection[]; export declare const adultChildSelection: ISelection[]; export declare const radioSelectionAgreement: ISelection[]; export declare class ISelection { value: any; label: string; displayText: string; }