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