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