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