import type { DefaultThemeRenderContext } from "../DefaultThemeRenderContext.js";
import { JSX } from "#utils";
import type { DeclarationReflection } from "../../../../models/index.js";
export declare const memberSignatures: (context: DefaultThemeRenderContext, props: DeclarationReflection) => JSX.Element;
