//#region src/utils/elements.d.ts declare enum ElementId { AppExpandedContainer = "widget-app-expanded-container", Header = "widget-header", RelativeContainer = "widget-relative-container", ScrollableContainer = "widget-scrollable-container" } declare const createElementId: (ElementId: ElementId, elementId: string) => string; //#endregion export { ElementId, createElementId }; //# sourceMappingURL=elements.d.ts.map