export declare const getDefaultColumnStyleWidth: (equalWidthColumns: any, columnWidthMultiplier: any, tableRowAction: any, column: any, isResizable: any) => { width?: string; } | { width: any; }; export declare const getTableCellStyle: (argsData: any) => any; export declare const getColumnStyle: (argsData: any) => any; export declare const isColumnFreezed: (freezeColumnCount: any, index: any) => boolean; export declare const getTableRowClassString: (row: any, isRowDisabled: any, rowSelectCheckboxProp: any, viewBy: any, isSingleRowSelected: any, equalWidthColumns: any, rowDisableProp: any) => string;