declare const Month: ({ visibleDate: initialVisibleDate, monthOffset, state }: {
    visibleDate: any;
    monthOffset?: any;
    state: any;
}) => import("react/jsx-runtime").JSX.Element;
export default Month;
//# sourceMappingURL=Month.d.ts.map