import { ComponentProps } from 'react';
interface NotificationMessageProps extends ComponentProps<"p"> {
}
/**
 * Main content of the notification.
 */
export declare const NotificationMessage: ({ className, ...props }: NotificationMessageProps) => import("react").JSX.Element;
export {};
