import MessageBoxFunctionalLayout, {
  MessageBoxFunctionalLayoutProps,
  MessageBoxFunctionalLayoutTheme,
} from './FunctionalLayout/MessageBoxFunctionalLayout';
import MessageBoxMarketerialLayout, {
  MessageBoxMarketerialLayoutProps,
  MessageBoxMarketerialLayoutTheme,
  MessageBoxMarketerialLayoutThemePrimaryButtonTheme,
} from './MarketerialLayout/MessageBoxMarketerialLayout';

export {
  MessageBoxMarketerialLayout,
  MessageBoxMarketerialLayoutProps,
  MessageBoxMarketerialLayoutTheme,
  MessageBoxMarketerialLayoutThemePrimaryButtonTheme,
  MessageBoxFunctionalLayout,
  MessageBoxFunctionalLayoutProps,
  MessageBoxFunctionalLayoutTheme,
};
