import '@oicl/openbridge-webcomponents/dist/pages/alert-list-page-small/alert-list-page-small.js'; import { ObcAlertListPageAckAllClickEvent, ObcAckClickEvent, ObcRowClickEvent, AlertListMode } from '@oicl/openbridge-webcomponents/dist/pages/alert-list-page-small/alert-list-page-small.js'; import { Alert } from '@oicl/openbridge-webcomponents/dist/types.js'; export interface Props { hasShelved?: boolean; selectedMode?: AlertListMode; alerts?: Alert[]; showTime?: boolean; timeFormatter?: (time: Date) => string; } export type { ObcAlertListPageAckAllClickEvent, ObcAckClickEvent, ObcRowClickEvent, AlertListMode } from '@oicl/openbridge-webcomponents/dist/pages/alert-list-page-small/alert-list-page-small.js'; export type { Alert } from '@oicl/openbridge-webcomponents/dist/types.js'; declare const _default: import("vue").DefineComponent any; "row-click": (payload: ObcRowClickEvent) => any; "ack-all-visible-click": (payload: ObcAlertListPageAckAllClickEvent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onAck-click"?: ((payload: ObcAckClickEvent) => any) | undefined; "onRow-click"?: ((payload: ObcRowClickEvent) => any) | undefined; "onAck-all-visible-click"?: ((payload: ObcAlertListPageAckAllClickEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;