/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@keystone-ui/core'; import { type ReactNode } from 'react'; type PageContainerProps = { children: ReactNode; header: ReactNode; title?: string; }; export declare const HEADER_HEIGHT = 80; export declare const PageContainer: ({ children, header, title }: PageContainerProps) => jsx.JSX.Element; export {}; //# sourceMappingURL=PageContainer.d.ts.map