import RichTable from './rich-table';
import type { RichTableInstance } from './types';
export { RichTableInstance };
export default RichTable;
