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