/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@emotion/react'; export declare const MainLayoutWeekly: ({ api, dnd, scrollTo, }: { api?: boolean | undefined; dnd?: boolean | undefined; scrollTo?: boolean | undefined; }) => jsx.JSX.Element;