import React from 'react'; /** * Renders a calendar or warning icon depending on the validation state * of the enclosing picker. Works in both DatePicker and DateRangePicker * contexts by trying both React Aria state contexts — the same approach * used by MonthYear for CalendarStateContext vs RangeCalendarStateContext. */ export declare const DatePickerIcon: React.ForwardRefExoticComponent>; //# sourceMappingURL=date-picker-icon.component.d.ts.map