import { NodePath, types } from '@babel/core'; declare const handleButton: (path: NodePath) => void; export { handleButton };