import React from "react"; declare const PlusIcon: ({ ...props }: { [x: string]: any; }) => React.JSX.Element; export default PlusIcon;