/// import { IModal } from '../types'; export declare const uiKitModalIsDesktop = 641; export declare const ModalPadding: { py: string; px: string; }; export declare const Modal: ({ children, closeOnOverlayClick, fixedSubtitle, isOpen, onClose, title, withoutMargin, scrollBehavior, fixedButtons, autoFocus, }: IModal) => JSX.Element; //# sourceMappingURL=Modal.d.ts.map