import './table.css';
import InvoiceTable from "./invoiceTable";
declare const Tables: any;
export { InvoiceTable };
export default Tables;
