import IntelligentSearchPanel from './panel'; import { Config } from './types/IntelligentSearchPanel'; import { store } from './store'; export default class MesoorIntelligentSearch { injectedElement: HTMLDivElement; config: Config; constructor(injectedElement: HTMLDivElement, config: Config); inject(): void; destory(): void; } export { IntelligentSearchPanel, store };