import BDialog from './BDialog'; import BDialogContent from './BDialogContent'; import { DialogTheme } from './theme'; export { BDialog, BDialogContent, DialogTheme }; export default BDialog;