import React from 'react';
type UseDataTableStickyRightColumnsParamsType = {
    ref: React.RefObject<HTMLDivElement>;
};
type UseDataTableStickyRightColumnsReturnType = object;
export declare const useDataTableStickyRightColumns: ({ ref, }: UseDataTableStickyRightColumnsParamsType) => UseDataTableStickyRightColumnsReturnType;
export {};
