import type { FC } from 'react'; /** * Visual separator between start and end date fields in a date range input. * Renders a Unicode right arrow as plain text. * Used within DateRangeProvider for custom compositions. * * @example * * * * * */ export declare const DateRangeSeparator: FC;