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: {
    (props: KendoRadioItemState & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default RadioItem;
