import type { DefaultThemeRenderContext } from 'typedoc';
import { IconRecord } from './IconType';
/**
 * Returns a record of all possible icon names with a function that returns
 * the matching JSX.Element for such icon.
 *
 * @param icons - The icons
 * @param context - The render context of this theme
 * @returns A function that creates all icons.
 */
export declare const buildRefIcons: <T extends IconRecord>(icons: T, context: DefaultThemeRenderContext) => T;
//# sourceMappingURL=buildRefIcons.d.ts.map