import { FC } from 'react';
import { DialogProps } from './Dialog.types';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const Dialog: FC<DialogProps>;
export default Dialog;
