Allow importing internal types like `CellMeta` and `GridSettings` directly from the library for better TypeScript support.
### Describe the bug I am unable to type my component properly as I cannot import `CellMeta`, `GridSettings` etc from react or base libraries. This is how I've resorted to accessing the types: ```tsx import type HandsonTypes from "handsontable/base"; ... type CellMeta = HandsonTypes.CellMeta; ``` I would be great to be able to import `import type { CellMeta } from "handsontable/base"` or `"handsontable"` directly ### Video/Screenshots _No response_ ### Provide a link to the demo with the bug reproduction _No response_ ### Handsontable version 14.6.1 ### Framework version _No response_ ### Your environment MacOS