import React from 'react'; export declare function findElementPaths(node: React.ReactNode, curPath?: string): string[];