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