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