export declare class CRadio { checked: boolean; disabled: boolean; value: string; render(): any; }