import core, { ASTPath } from 'jscodeshift'; export declare function getJSXAttributes(j: core.JSCodeshift, element: ASTPath, attributeName: string): import("jscodeshift/src/Collection").Collection; export declare function hasJSXAttributes(j: core.JSCodeshift, element: ASTPath, attributeName: string): boolean; export declare function removeJSXAttributes(j: core.JSCodeshift, element: ASTPath, attributeName: string): import("jscodeshift/src/Collection").Collection;