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<MessageListElement, MessageListEventMap>;
export declare const MessageList: (props: Partial<import("../utils/createComponent.js").ThemedWebComponentProps<MessageListElement, Readonly<{
    onAttachmentClick: EventName<_MessageListEventMap["attachment-click"]>;
}>>> & React.RefAttributes<MessageListElement>) => React.ReactElement | null;
//# sourceMappingURL=MessageList.d.ts.map