import { PipeTransform } from '@angular/core'; import { ComponentService } from '../services/component.service'; import * as i0 from "@angular/core"; export declare class FileNamePipe implements PipeTransform { private componentService; constructor(componentService: ComponentService); transform(value: string, ...args: any[]): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } //# sourceMappingURL=file-name.pipe.d.ts.map