import type { IconComponent } from '../types'; declare const QuestionCircle: IconComponent; export default QuestionCircle;