import type { RichTableInstance } from '../types';
import type { TableDataType } from '../types/RichTableTypes';
export default function useRichTableInstance(table: RichTableInstance | undefined, tableRenderData: TableDataType): void;
