export declare const UnreadNotificationBell: (attrs?: {
    slot?: string;
}) => import("lit-html").TemplateResult<1>;
