export class Paragraph { private p: Array; constructor() { this.p = ['stuff'] } }