export enum ElementType { TEXT = 'text', IMAGE = 'image', TABLE = 'table' }