import type { DefaultThemeRenderContext } from "../DefaultThemeRenderContext.js";
import { type SomeType } from "../../../../models/types.js";
export declare function type(context: DefaultThemeRenderContext, type: SomeType | undefined, options?: {
    topLevelLinks: boolean;
}): import("../../../../utils-common/jsx.elements.js").JsxElement;
