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