import type { Tag, ParamTag } from "vue-docgen-api"; export declare const renderTags: (tags?: { [tag: string]: (Tag | ParamTag)[]; } | undefined) => string;