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