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