import '@oicl/openbridge-webcomponents/dist/components/notification-message-item/notification-message-item.js'; import { ObcNotificationMessageItemType, ObcNotificationMessageItemSize } from '@oicl/openbridge-webcomponents/dist/components/notification-message-item/notification-message-item.js'; export interface Props { title?: string; description?: string; time?: string; timeSecondary?: string; actionLabel?: string; type?: ObcNotificationMessageItemType; size?: ObcNotificationMessageItemSize; showTitle?: boolean; showDescription?: boolean; showTimestamp?: boolean; hasTimestamp2?: boolean; hasSecondaryIcon?: boolean; large?: boolean; empty?: boolean; emptyText?: string; } export type { ObcNotificationMessageItemType, ObcNotificationMessageItemSize } from '@oicl/openbridge-webcomponents/dist/components/notification-message-item/notification-message-item.js'; declare const _default: import("vue").DefineComponent) => any; "message-click": (payload: CustomEvent) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onAction-click"?: ((payload: CustomEvent) => any) | undefined; "onMessage-click"?: ((payload: CustomEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;