import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';
import { UUIRadioGroupElement } from './uui-radio-group.element';
export declare class UUIRadioGroupEvent extends UUIEvent<{}, UUIRadioGroupElement> {
    static readonly CHANGE = "change";
    constructor(evName: string, eventInit?: any | null);
}
