import type { BaseEntity } from './base-entity'; export interface MLeaderEntity extends BaseEntity { type: 'MLEADER'; styleName?: string; text?: string; } //# sourceMappingURL=mleader-entity.d.ts.map