/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ import type { HTMLAttributes, PropsWithChildren } from 'react'; export type ModalDialogBodyProps = Readonly>>; /** * The main content of a Modal Dialog. It scrolls if it is taller than the available space. * * @see {@link https://designsystem.amsterdam/?path=/docs/components-containers-modal-dialog--docs Modal Dialog docs at Amsterdam Design System} */ export declare const ModalDialogBody: import("react").ForwardRefExoticComponent>> & import("react").RefAttributes>;