import { IconProps } from '../lib';
declare function PlusCircle(props: IconProps): JSX.Element;
export default PlusCircle;
