import React from 'react';
import IconProps from '../types/icon-type';
declare const PlusIcon: React.FC<IconProps>;
export default PlusIcon;
