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