import type { FC } from 'react'; /** * Day name header cell (e.g., Mon, Tue, Wed). * Used in the weekday header row of the calendar grid. */ export declare const CalendarDayName: FC;