export declare const elementIds: { /** * ID for the root element of the overlay. */ readonly root: "cloudpack-overlay-root"; /** * ID for the root element of the error dialog. */ readonly errorDialogRoot: "cloudpack-overlay-error-dialog"; /** * ID for the root element of the status dialog. */ readonly statusDialogRoot: "cloudpack-overlay-status-dialog"; /** * ID for the title element of any dialog. */ readonly dialogTitle: "cloudpack-overlay-dialog-title"; /** * ID for the root element of the status badge. */ readonly statusBadgeRoot: "cloudpack-overlay-status-badge"; }; //# sourceMappingURL=constants.d.ts.map