import { type FC } from 'react'; /** * Default integrated rendering of a date range: one shared `InputGroup` with * the calendar icon, start segment group, separator, end segment group, and * the clear affordance pinned to the right. * * Relies on `DateRangeProvider` for state — it is rendered inside one by * `DateRangeInput`, and `useDateRangeContext` will throw if called directly. */ export declare const DateRangeInputInternal: FC;