import Dialog from './Dialog';
export { IDialogProps } from './Dialog.props';
export { Dialog };
export default Dialog;
