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