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