export interface LineBlock extends BaseBlockProperties, TextProvider,
  TreeNode<PageBlock, WordBlock> {
  /**
   * Constant indicating the type of Block. Can be used for type descrimination,
   * see [[BlockType]] for more details.