/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export { ModalDialog } from './ModalDialog'; export type { ModalDialogProps } from './ModalDialog'; export type { ModalDialogBodyProps } from './ModalDialogBody'; export type { ModalDialogFooterProps } from './ModalDialogFooter'; export type { ModalDialogHeaderProps } from './ModalDialogHeader';