import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type RadioGroupLabelProps = HeadlessProps; export declare function RadioGroupLabel(props: RadioGroupLabelProps): JSX.Element; //# sourceMappingURL=RadioGroupLabel.d.ts.map