import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Chat: React.FC<IconBaseProps>;
export default Chat;
