import { Observable } from "rxjs"; import { ElementResponse } from "../dto/ElementResponse"; import * as i0 from "@angular/core"; export declare class ElementService { Elements: ElementResponse[]; PageRoot: string; private readonly pageElementService; Initialize$(pageRootValue: string): Observable; /** * Verify if page has available element by description */ HasElement(description: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }