import { AEMContainerComponent } from '../aem-container/aem-container.component';
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: any): any;
}
