import { ContentModule } from "../../contentModule.js"; /** * Defines a frame. * * A frame is * - a rectangle delimiting it * - optional text (i.e. `if`) (optionally inside a small icon) in the top-left corner * - optional subtext next to the text (i.e. the condition for the `if`) */ export declare const sequenceDiagramFrameModule: ContentModule; //# sourceMappingURL=frame.d.ts.map