import { KendoComponent } from '../_types/component';
export declare const RADIOITEM_CLASSNAME = "k-radio-list-item";
declare const states: never[];
export type KendoRadioItemState = {
    [K in (typeof states)[number]]?: boolean;
};
export declare const RadioItem: KendoComponent<KendoRadioItemState & React.HTMLAttributes<HTMLLIElement>>;
export default RadioItem;
