import { AEMContainerComponent } from '../aem-container/aem-container.component'; import * as i0 from "@angular/core"; export declare class AEMPageComponent extends AEMContainerComponent { /** * Returns the aggregated path of this container path and the provided path * * @param path - the provided path to aggregate with the container path */ getDataPath(path: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }