import { InternalColumnProps } from '../interface'; declare function useStickyClassNames(groupColumns: InternalColumnProps[][], columns: InternalColumnProps[], prefixCls: string): [string[][], string[]]; export default useStickyClassNames;