import Icon from "../Icon/Icon.js"; export type BoxArrowProps = Partial> & { /** External link styling (arrow pointing up and to the right) */ external?: boolean; }; declare const BoxArrow: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default BoxArrow;