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