import type { CalendarLayout } from "../../CalendarView/hooks/types.js"; import type { FormatInfo } from "../../DateField/types.js"; type LayoutModes = Partial>; export declare function getCalendarModes(formatInfo: FormatInfo): LayoutModes | undefined; export {};