import { BlockDefinition, TreeType } from '@forten/tree-type'; import { UILayoutType, UINodeSize } from '../types/index.js'; /** Compute the minimum size to display the element. */ export declare const minSize: (block: BlockDefinition, layout: UILayoutType, isRoot: boolean | undefined, lock: TreeType['lock']) => UINodeSize;