/// <reference types="react" />
import type { Props } from "./types";
declare const Dialog: ({ dataTest, id, title, description, primaryAction, secondaryAction, onClose, maxWidth, renderInPortal, illustration, lockScrolling, }: Props) => JSX.Element;
export default Dialog;
