/** * Constants for interacting with AEM components. */ export declare const Texts: Readonly<{ /** * The label to be displayed when no components are allowed in AllowedComponentsContainer */ EMPTY_LABEL: "No allowed components"; EMPTY_COMPONENT_TITLE: "–"; }>;