import type { HTMLAttributesWithRootRef } from '../../types';
export type ModalPageContentProps = HTMLAttributesWithRootRef;
export declare const ModalPageContent: ({ children, className, getRootRef, ...restProps }: ModalPageContentProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ModalPageContent.d.ts.map