import { IntersectionType } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function intersectionType(context: MarkdownThemeRenderContext, model: IntersectionType): string;