import { WebComponentConfig } from '../model/type'; export declare function getAngularComponentClassName(filePath: string): string; export declare function getDestPath(_webComponentConfig: WebComponentConfig, file: string, ext: 'js' | 'json'): string; //# sourceMappingURL=class-name.d.ts.map