import type { LayoutNode } from '../types'; export declare function useNewNodeAnimation(nodes: LayoutNode[]): Set;