export declare enum ColumnVisibility { HIDDEN = 0, DESKTOP = 1, TABLET = 2, MOBILE = 3 }