import { ComponentDoc } from 'vue-docgen-api';
/**
 * Wrap a string with require() statement.
 *
 * @param {string} source Source code.
 * @param {string} componentName Name that will be used instead of a placeholder.
 * @returns {string}
 */
export default function expandDefaultComponent(source: string, docs: ComponentDoc): string;
