import type { IconProps } from '../types/index'; declare function SvgChatSquareFilled(iconProps: IconProps): JSX.Element; declare namespace SvgChatSquareFilled { var displayName: string; } export default SvgChatSquareFilled;