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