import { EventEmitter } from '@angular/core'; import { AEMComponentDirective } from '../aem-component.directive'; import * as i0 from "@angular/core"; export declare class AEMModelProviderComponent { /** * Path to the model associated with the current instance of the component */ cqPath: any; /** * Model item associated with the current model provider component */ cqItem: any; /** * Name of the item associated with the current model provider component */ itemName: any; aemModelProvider: any; pagePath: any; itemPath: any; updateDataPath: EventEmitter; cqItemLoaded: Promise; aemComponent: AEMComponentDirective; constructor(); /** * Updates the item data */ updateItem(): void; ngOnInit(): Promise; ngDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }