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