/** * This is an internal helper component for rendering custom or Evergreen icons * Box props are applied to the outer Box container, and Evergreen icon-specific props are added to the icon element. */ export const IconWrapper: React.MemoExoticComponent>>; import React from "react";