export type NotificationSectionHeaderProps = {
    title: string;
};
export declare const NotificationSectionHeader: (props: NotificationSectionHeaderProps) => import("react/jsx-runtime").JSX.Element;
