/// <reference types="react" />
import { TCalendarGrid } from "./calendar.types";
export declare function CalendarGrid({ state, offset }: TCalendarGrid): JSX.Element;
