import UserNotification, { NotificationProps } from './Notification';
import NotificationSkeleton from './Skeleton';
export default UserNotification;
export { NotificationProps, NotificationSkeleton };
