import type { AllHTMLAttributes } from 'react';
export type MessageProps = AllHTMLAttributes & {
clickable?: boolean;
sequential?: boolean;
className?: string;
isSelected?: boolean;
isEditing?: boolean;
isPending?: boolean;
highlight?: boolean;
};
declare const Message: import("react").ForwardRefExoticComponent & {
clickable?: boolean;
sequential?: boolean;
className?: string;
isSelected?: boolean;
isEditing?: boolean;
isPending?: boolean;
highlight?: boolean;
} & import("react").RefAttributes>;
export default Message;
//# sourceMappingURL=Message.d.ts.map