import React, { type ReactNode } from 'react';
type Props = Readonly<{
    children?: ReactNode;
}>;
declare const ModalDialogComposer: React.MemoExoticComponent<({ children }: Props) => React.JSX.Element>;
export default ModalDialogComposer;
//# sourceMappingURL=ModalDialogComposer.d.ts.map