import { DeclarationReflection } from 'typedoc';
export declare function memberSymbol(this: DeclarationReflection): "▸" | "Ƭ" | "▪" | "•";
