export declare const MESSAGES: { COMPONENT_CONNECTED_CALLBACK: string; COMPONENT_WILL_LOAD: string; COMPONENT_WILL_UPDATE: string; COMPONENT_WILL_RENDER: string; COMPONENT_RENDER: string; COMPONENT_DID_RENDER: string; COMPONENT_DID_LOAD: string; COMPONENT_DID_UPDATE: string; COMPONENT_DISCONNECTED_CALLBACK: string; }; export default MESSAGES;