import "jspdf-autotable";
import React from 'react';
import { TableProps } from '../types/TableProps';
declare const Table: React.FC<TableProps>;
export default Table;
