import Dialog from './Dialog';
import * as CONSTANTS from './Dialog.constants';
import type { DialogProps as Props } from './Dialog.types';
export { CONSTANTS as DIALOG_CONSTANTS };
export type DialogProps = Props;
export default Dialog;
