import { PageProps } from './types';
/**
* Page layout component with responsive header and footer support
*
* @example
* ```tsx
* // Responsive header and footer
* , md: }}
* footer={{ base: , md: }}
* >
*
*
*
* // Static header and footer
* } footer={}>
*
*
*
* // With max-width and custom padding
*
*
*
* ```
*/
export declare const Page: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export type { PageProps, ResponsiveComponent, Breakpoint } from './types';
//# sourceMappingURL=index.d.ts.map