import type { CSSProperties, JSX } from "react"; /** * External-link arrow (Geist U+2197 ↗) traced as an inline SVG, since geistdocs' * Geist web-font subset omits the glyph. Sized in `em` with `currentColor` so it * inherits the paired text's size, color, and baseline. See vercel/front#76299. */ export declare function ExternalArrow({ className, style, }: { className?: string; style?: CSSProperties; }): JSX.Element; //# sourceMappingURL=external-arrow.d.ts.map