export interface CalendarGridsProps { /** Additional className for styling */ className?: string; } /** * Automatic calendar grids container. * Renders one or two grids based on calendar type from context. * Handles all layout and spacing automatically. */ export declare const CalendarGrids: import("react").ForwardRefExoticComponent>;