import { Observable, Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class CommonFunctionService { constructor(); private closeTabSubject; closeTab$: Observable; pub: Subject; pub$: Observable; testMethod(): string; setMiddleEllipsis(text: any, maxWidth?: number, fontSize?: number): any; getPureUrl(url: string): string; closeTab(tabIndex?: number): void; publish(event: any): void; rtn(str: any): string; Guid(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }