import React from 'react'; import { ModalProps } from '../Rebrand/RebrandModal'; /** * Wrapper for RebrandModal component wo set modal max width * @constructor */ export declare const Modal: ({ maxWidth, children, ...props }: import("@radix-ui/react-dialog").DialogProps & { isOpen?: boolean | undefined; onOpenChange?: ((open: boolean) => void) | undefined; onRequestClose?: (() => void) | undefined; mobileFullHeight?: boolean | undefined; displayOnCloseButton?: boolean | undefined; isDismissable?: boolean | undefined; isOverflowVisible?: boolean | undefined; background?: "brand" | undefined; dataset?: import("@preply/ds-core").Dataset | undefined; qaIdCloseButton?: string | undefined; } & { maxWidth?: number | undefined; }) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map