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