import type MindElixir from '../index';
import type { Children } from '../types/dom';
import { type NodeObj } from '../types/index';
export declare const layout: (this: MindElixir) => void;
export declare const layoutChildren: (mei: MindElixir, data: NodeObj[]) => Children;
