import { CatFileInterface } from './cat-file.interface'; import * as i0 from "@angular/core"; export declare class CatFileService { getContentOnFile(file: CatFileInterface): string; downloadBase64File(file: CatFileInterface): void; viewPdf(file: CatFileInterface): void; getBlobFile(base64: string, type: string): Blob; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }