import { DeclarationReflection } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function propertiesTable(context: MarkdownThemeRenderContext, props: DeclarationReflection[], nameCol?: string): string;