import type NextuiAlertProps from './@types/nextui-alert-props';
import NextuiAlert from './nextui-alert';
export default NextuiAlert;
export type { NextuiAlertProps };
