import { ReactElement, ReactNode } from 'react'; import { ThemeColors } from '../../../style/theme'; declare function AppContainer({ children, sidebarNavigation, hasPadding, ...rest }: { children: ReactElement | ReactElement[]; sidebarNavigation?: ReactElement; hasPadding?: boolean; }): import("react/jsx-runtime").JSX.Element; declare namespace AppContainer { var ContextContainer: ({ children, background, ...rest }: { background?: ThemeColors; children: ReactElement | ReactElement[]; }) => import("react/jsx-runtime").JSX.Element; var OverallSummary: ({ children, noPadding, noBottomMargin, hasTopMargin, background, ...rest }: { children: any; noPadding?: boolean; noBottomMargin?: boolean; hasTopMargin?: boolean; background?: ThemeColors; }) => import("react/jsx-runtime").JSX.Element; var MainContent: ({ children, hasPadding, background, hasTopMargin, ...rest }: { children: ReactNode; hasPadding?: boolean; hasTopMargin?: boolean; background?: ThemeColors; }) => import("react/jsx-runtime").JSX.Element; var sectionDistance: string; } export { AppContainer }; //# sourceMappingURL=AppContainer.d.ts.map