import type { IconProps } from "./types.ts";
export declare const ExternalLinkIcon: ({ width, height, color, className, onClick, }: IconProps) => import("react/jsx-runtime").JSX.Element;
