export declare function ReadNotifications({ notifications, icon }: {
    notifications: any;
    icon: any;
}): import("react/jsx-runtime").JSX.Element;
