import { ComponentProps } from 'react';
interface NotificationHeaderProps extends ComponentProps<"div"> {
}
export declare const NotificationHeader: ({ className, ...props }: NotificationHeaderProps) => import("react").JSX.Element;
export {};
