import { FC } from 'react'; import { IconButtonProps } from '../../../IconButton'; export type DateRangeFieldTriggerIconButtonProps = IconButtonProps; /** * DateRangeFieldTriggerIconButton — a button component used to trigger the * calendar popover in a DateRangeField. * * Purpose: * Provides a clickable icon button that opens the associated calendar picker, * visually indicating that a date can be selected. */ export declare const DateRangeFieldTriggerIconButton: FC;