import React from 'react'; export declare const LEVEL_COL_KEY = "children"; export declare const DYNAMIC_COL_KEY = "dynamicCol"; declare const useColumns: (props: any) => { tableRef: React.MutableRefObject; finalcolumns: any[]; customizableCols: any[]; customSelectedCols: any; setCustomSelectedCols: React.Dispatch; setColCustomOrder: React.Dispatch; columnWidth: Record; setColumnWidth: React.Dispatch>>; initLoadColWidth: boolean; printColumns: any[]; fixedAction: any; customCols: any[]; hasLevelData: boolean; }; export default useColumns;