import { DeclarationReflection } from 'typedoc'; import { Collapse } from '../../models'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function declarationType(context: MarkdownThemeRenderContext, declarationReflection: DeclarationReflection, collapse?: Collapse): string;