import type NextuiAlertProps from './@types/nextui-alert-props';
/**
 * The NextuiAlert component.
 *
 * @see https://github.com/sensasi-delight/nextui-alert
 */
export default function NextuiAlert(props: NextuiAlertProps): import("react/jsx-runtime").JSX.Element;
