import React from 'react'; export declare const BodyWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; /** * The styled container element that wraps the content of most pages and the tabs. */ export default function AppBody({ children }: { children: React.ReactNode; }): JSX.Element;