import { Dialog } from './dialog';
export type { DialogProps } from './dialog';
export default Dialog;
