import Entity from '../model/Entity'; export default class LayoutEntity { propertiesBubble: any; model: Entity; constructor(entity: Entity); }