import { FC } from "react";
interface CreateChatIconProps {
}
declare const CreateChatIcon: FC<CreateChatIconProps>;
export default CreateChatIcon;
