import { ContentModule } from "../../contentModule.js"; /** * Defines an activity indicator.
* An activity indicator is the "white" rectangle on top of a lifeline. * Multiple indicators can be active simultaneously, in which case they are offset from each other by 'activityShift' on the x-axis (or whatever you passed yourself). */ export declare const activityIndicatorModule: ContentModule; //# sourceMappingURL=activityIndicator.d.ts.map