import { type PropsOf } from "@qwik.dev/core"; type RadioGroupItemFieldProps = Omit, "type" | "checked" | "form" | "style" | "value">; export declare const RadioGroupItemField: import("@qwik.dev/core").Component; export {};