import { InfraInjectionContextType } from "../../../../../system/context/index.js";
import { INotification } from "../index.js";
export declare function ContentNotification({ notifications, CustomComponent, }: {
    notifications: INotification[];
    CustomComponent: InfraInjectionContextType["Configurations"]["notification"]["CustomComponent"];
}): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];
