export declare const pushActionColumn: (hooks: any, { rowActionData, updateRowActionData, tableRowActionList }: { rowActionData: any; updateRowActionData: any; tableRowActionList?: any[]; }) => void; export declare const handleTableCustomHooks: (hooks: any, { isRowSelect, rowSelectCheckboxProp, selectedData, maxSelect, bulkSelectionLimitMessage, uniqueKey, rowDisableProp, v2Features, updateRowActionData, rowActionData, tableRowActionList, isResizable, columnWidthsObjectProp, tableWidth }: { isRowSelect: any; rowSelectCheckboxProp: any; selectedData: any; maxSelect: any; bulkSelectionLimitMessage: any; uniqueKey: any; rowDisableProp: any; v2Features: any; updateRowActionData: any; rowActionData: any; tableRowActionList: any; isResizable: any; columnWidthsObjectProp: any; tableWidth: any; }) => void;