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