import type { HasRef, HTMLAttributesWithRootRef } from '../../types'; import type { ModalPageInternalProps } from './ModalPageInternal'; export interface ModalPageBaseProps extends Omit, 'title'>, HasRef, Pick { isDesktop?: boolean | undefined; closable?: boolean | undefined; } export declare const ModalPageBase: ({ isDesktop, getRef, disableContentPanningGesture, header, children, footer, outsideButtons, modalContentTestId, modalDismissButtonTestId, modalDismissButtonLabel, hideCloseButton, closable, onClose, ...restProps }: ModalPageBaseProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ModalPageBase.d.ts.map