import { TableRowDetail, TablePipeline } from '../interface'; declare function useRowDetail(pipeline: TablePipeline, rowDetail?: TableRowDetail): void; export default useRowDetail;