import type { HeadAttrsConfig } from '@vuepress/shared';
/**
 * Render head attrs config to string
 */
export declare const renderHeadAttrs: (attrs: HeadAttrsConfig) => string;
