/** * Constants for interacting with AEM components. */ export declare const Events: Readonly<{ /** * Event which indicates that content of remote component has been fetched and loaded in the app */ ASYNC_CONTENT_LOADED_EVENT: "cq-async-content-loaded"; }>;