export declare enum PdTablePaginationEnum { statistics = "statistics", switchPage = "switchPage", pagination = "pagination" } export declare enum TableModeEnum { table = "table", detail = "detail" } export declare enum CELL_STYLE_ENUM { 'STYLE1' = "1", 'STYLE2' = "2", 'STYLE3' = "3", 'STYLE4' = "4" }