export interface LinkIconProps { svgAttrs?: SVGProps; } import type { SVGProps } from "../types"; declare function LinkIcon(props: LinkIconProps): import("react/jsx-runtime").JSX.Element; export default LinkIcon;