export declare class RadioOption { value: string; isMatch: boolean; constructor(value?: string); }