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