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