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