import { TablePipeline } from '../interface'; declare function useAutoRowSpan(pipeline: TablePipeline, autoRowSpan?: boolean): void; export default useAutoRowSpan;