/**
* 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 defaultfunctionexpandDefaultComponent(source: string, componentName: string): string;