import { IsomorphicEvent } from '@aracna/web'; export interface RadioButtonCheckEventDetail { value?: any; } export declare class RadioButtonCheckEvent extends IsomorphicEvent { constructor(value: any); }