/// import { IconProps } from '../../types'; declare const ChatRound: (allProps: IconProps) => JSX.Element; export default ChatRound;