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