import { LanguageLookup } from '../../shared/modules/common-assessment/models/education/language/language-lookup'; export declare const languageList: ISelection[]; export declare const radioSelection: ISelection[]; export declare const adultChildSelection: ISelection[]; export declare const defaultLanguage: LanguageLookup; export declare const radioSelectionAgreement: ISelection[]; export declare class ISelection { value: any; label: string; displayText: string; }