import { BoxProps, FlexProps } from '../../../../../styled-system/system.js'; export declare const ScrollablePageWrapper: ({ children, ...props }: FlexProps) => import("react/jsx-runtime").JSX.Element; export declare const ScrollablePageHeader: ({ children, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element; export declare const ScrollablePageContent: ({ children, ...props }: FlexProps) => import("react/jsx-runtime").JSX.Element; export declare const ScrollablePageFooter: ({ children, ...props }: BoxProps) => import("react/jsx-runtime").JSX.Element;