import { default as NotificationSystem } from './NotificationSystem';
import * as CONSTANTS from './NotificationSystem.constants';
import { Props } from './NotificationSystem.types';

export { CONSTANTS as NOTIFICATION_SYSTEM_CONSTANTS };

export type NotificationSystemProps = Props;

export default NotificationSystem;
