import { LayoutOptions } from '@plait/layouts'; import { PlaitMindBoard } from '../../plugins/with-mind.board'; export declare const getLayoutOptions: (board: PlaitMindBoard) => LayoutOptions;