import { IconProps } from '../lib';
declare function Chat(props: IconProps): JSX.Element;
export default Chat;
