import '@oicl/openbridge-webcomponents/dist/components/alert-button/alert-button.js'; import { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js'; import { ObcAlertButtonType } from '@oicl/openbridge-webcomponents/dist/components/alert-button/alert-button.js'; export interface Props { nAlerts?: number; alertType?: AlertType | undefined; type?: ObcAlertButtonType; large?: boolean; showSilenceButton?: boolean; silenceButtonDisabled?: boolean; counter?: boolean; blinking?: boolean; flatMaxBreakpointPx?: number; silenceButtonMinBreakpointPx?: number; } export type { AlertType } from '@oicl/openbridge-webcomponents/dist/types.js'; export type { ObcAlertButtonType } from '@oicl/openbridge-webcomponents/dist/components/alert-button/alert-button.js'; declare const _default: import("vue").DefineComponent) => any; "click-silence": (payload: CustomEvent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onClick-alert"?: ((payload: CustomEvent) => any) | undefined; "onClick-silence"?: ((payload: CustomEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;