import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type RadioGroupDescriptionProps = HeadlessProps; /** * The accessible description of a `RadioGroup` or of one `RadioGroupOption`, * depending on which it is nested in. Wired up through `aria-describedby`. * * Renders a `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/radio-group.md} */ export declare function RadioGroupDescription(props: RadioGroupDescriptionProps): JSX.Element; //# sourceMappingURL=RadioGroupDescription.d.ts.map