interface Options { pwd?: string; } declare function wrapComponent(name: string, options?: Options): Promise; export { wrapComponent }; //# sourceMappingURL=index.d.ts.map