import type { RichTableInstance } from '../types';
export default function useRichTable(): RichTableInstance[];
