;
/**
* Consumer HTML attributes (e.g. `data-analytics-id`, `data-analytics-props`,
* `data-testid`, `aria-*`, `id`) that land on the field's wrapper ``.
* Provides the per-field analytics seam used by `DateRangeStartValue` and
* `DateRangeEndValue` in the compound API.
*/
wrapperHtmlProps?: HTMLAttributes & {
'data-testid'?: string;
'data-analytics-id'?: string;
'data-analytics-props'?: string;
};
}
export declare const DateRangeSegmentGroup: FC;