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