interface RadioGroupContextData { labelID: string; descriptionID: string; } export declare const RadioGroupContext: import("solid-js").Context; /** * Reads the nearest `RadioGroupOption`'s internal context, which holds the * generated ids for its label and description. Throws when called outside a * `RadioGroupOption`. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/radio-group.md} */ export declare function useRadioGroupContext(componentName: string): RadioGroupContextData; export {}; //# sourceMappingURL=RadioGroupContext.d.ts.map