import { IconProps } from '../types'; import React from 'react'; declare const PlusIcon: React.FC; export default PlusIcon;