import '@oicl/openbridge-webcomponents/dist/components/notification-button/notification-button.js'; import { NotificationButtonClickEvent, NotificationButtonStyle } from '@oicl/openbridge-webcomponents/dist/components/notification-button/notification-button.js'; export interface Props { buttonStyle?: NotificationButtonStyle; count?: number; showCount?: boolean; isActive?: boolean; ariaLabel?: string; } export type { NotificationButtonClickEvent, NotificationButtonStyle } from '@oicl/openbridge-webcomponents/dist/components/notification-button/notification-button.js'; declare const _default: import("vue").DefineComponent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onObc-click"?: ((payload: CustomEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;