import { TopSidebarProps } from "./TopSidebar"; import { LeftSidebarProps } from "./LeftSidebar"; export declare const Sidebar: ({ sections, topButtons, active, isLoggedIn, signInText, signInLink, signUpLink, signUpText, logoutText, logoutLink, ...props }: TopSidebarProps & LeftSidebarProps) => import("@emotion/react/jsx-runtime").JSX.Element;