Describe the bug
When I import type DataTableOptions, I get a type error: Module '"simple-datatables"' declares 'DataTableOptions' locally, but it is not exported.
import type { DataTableOptions } from 'simple-datatables';
Expected behavior
I should be able to import DataTableOptions.