export type RadioContext = { value: string; }; export declare const RadioContext: import("@builder.io/qwik").ContextId;