import { VuiComponent } from "../core/vui.js";
import { HeaderNotificationsProps } from "./header.types.js";
import "../index.js";
//#region src/header/headerNotifications.d.ts
/** Icon link to Veracity notifications engine with an optional number of new notifications. */
declare const HeaderNotifications: VuiComponent<"a", HeaderNotificationsProps>;
//#endregion
export { HeaderNotifications, HeaderNotifications as default };

//# sourceMappingURL=headerNotifications.d.ts.map