import React from 'react';
import { DatatableProps } from './types';
declare const Datatable: React.FC<DatatableProps>;
export default Datatable;
