import { FC } from "react";
import "../../styles/chat-attachments.scss";
declare const ChatAttachments: FC<{
    items: string[];
}>;
export default ChatAttachments;
