import { PlaitBoard } from '@plait/core'; import { MindElement } from '../interfaces'; import { PlaitMindBoard } from './with-mind.board'; export declare const withMindFragment: (baseBoard: PlaitBoard) => PlaitBoard & PlaitMindBoard; export declare const getNextSelectedElement: (board: PlaitBoard, firstLevelElements: MindElement[]) => MindElement | undefined;