import { IconDefinition } from '../types';
declare const QuestionCircleOutlined: IconDefinition;
export default QuestionCircleOutlined;
