import Dialog from "./Dialog";
export type { IDialogProps } from "./Dialog";
export default Dialog;
