import type { Components, JSX } from "../dist/types/components";

interface KvRadioListItem extends Components.KvRadioListItem, HTMLElement {}
export const KvRadioListItem: {
    prototype: KvRadioListItem;
    new (): KvRadioListItem;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
