import * as t from '@babel/types'; export declare const getJSXAttribute: (node: t.Node, name: string) => [t.JSXAttribute | undefined, number];