import React from 'react';
import { IconProps } from './Icon.types';
declare const Chats: ({ color, size }: IconProps) => React.JSX.Element;
export default Chats;
