import { TableNode } from '@table-library/react-table-library/types/table';
export declare const recursiveReplaceInsert: (targetId: string, nodes: TableNode[], otherProperties: Record<any, any>) => (node: TableNode) => TableNode;
