import type { NodePath } from '@babel/traverse'; import type * as t from '@babel/types'; export declare function findTopmostFunction(jsxPath: NodePath): NodePath | null; //# sourceMappingURL=findTopmostFunction.d.ts.map