import { Observable } from "rxjs"; import { ElementResponse } from "../dto/ElementResponse"; import * as i0 from "@angular/core"; export declare class PageElementService { private readonly _http; private readonly _configService; GetElements(pageRoot: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }