import type { EventName } from "@lit/react"; import { MessageList as MessageListElement, type MessageListEventMap as _MessageListEventMap } from "@vaadin/message-list/vaadin-message-list.js"; import * as React from "react"; import { type WebComponentProps } from "../utils/createComponent.js"; export * from "@vaadin/message-list/vaadin-message-list.js"; export { MessageListElement, }; export type MessageListEventMap = Readonly<{ onAttachmentClick: EventName<_MessageListEventMap["attachment-click"]>; }>; export type MessageListProps = WebComponentProps; export declare const MessageList: (props: Partial; }>>> & React.RefAttributes) => React.ReactElement | null; //# sourceMappingURL=MessageList.d.ts.map