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