How do I import ReactSearchKit?

In package.json I have

  "dependencies": {
    "react-searchkit": "^1.0.0-alpha.7",

In my component I import like

import { ReactSearchKit } from 'react-searchkit';

But I get an Import Error:

Attempted import error: 'ReactSearchKit' is not exported from 'react-searchkit'.

Hello!
I’m sorry for the late answer.
Are you sure the dependencies in your project are properly installed? Is the problem still appearing in the latest version for you?
I tested it on my side on the 1.0.0-alpha.17, and it is imported correctly.