import type { Node } from 'yoga-layout'; export declare const isTopLevelChildNode: (node: Node) => boolean;