import { MultipliedTreeNode, WhitespaceJsxTreeResult } from '../types.js'; /** * Given a JSX tree, multiply the derived function nodes */ export declare function multiplyJsxTree(tree: WhitespaceJsxTreeResult | WhitespaceJsxTreeResult[]): MultipliedTreeNode[];