import { VNode } from '../vnode'; declare function findClosestShapeNode(vNode: VNode): any; export default findClosestShapeNode;