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