export interface breakout_mark { type: "breakout"; attrs: { mode: "wide" | "full-width"; }; } //# sourceMappingURL=breakout_mark.d.ts.map