/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@emotion/react'; export declare const LeftWindow: ({ isLeftWindow, setLeftWindow }: { isLeftWindow: any; setLeftWindow: any; }) => jsx.JSX.Element;