export declare enum CELL_TYPES {
    TEXT = "text",
    LINK = "link"
}
