import type { LayoutNode } from './node.js'; /** * Create a new layout node backed by the Yoga adapter. * @returns an empty layout node with no children, styles, or measure function. */ export declare function createLayoutNode(): LayoutNode; //# sourceMappingURL=engine.d.ts.map