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