import { JSX } from "../../../../utils"; import type { DefaultThemeRenderContext } from "../DefaultThemeRenderContext"; export declare function anchorIcon(context: DefaultThemeRenderContext, anchor: string | undefined): JSX.Element;