/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@emotion/react'; export declare const Calendar: ({ isRightWindow, setRightWindow, isLeftWindow, setLeftWindow, widthChangeTrigger, ...props }: { [x: string]: any; isRightWindow: any; setRightWindow: any; isLeftWindow: any; setLeftWindow: any; widthChangeTrigger: any; }) => jsx.JSX.Element;