import { BasePoint } from 'slate'; interface AutosuggestionState { text: string; point: BasePoint; } export { AutosuggestionState };