import { Entity } from './Entity';
export interface Paragraph {
    entity: Entity;
}
