export interface RenderNameOptions { name: string; className?: string; title?: string; showCopyButton?: boolean; } export declare function renderName(options: RenderNameOptions): string;