declare type options = { dst?: string; }; declare function customizeComponent(src: string, options?: options): Promise; export { customizeComponent }; //# sourceMappingURL=index.d.ts.map