import { ComponentDoc } from 'vue-docgen-api'; import { SafeDocgenCLIConfig } from '../config'; export default function header(docs: ComponentDoc[], config: SafeDocgenCLIConfig, hasSubComponent: boolean, componentRelativePath: string): string;