import { NodePath } from 'ast-types/lib/node-path';
import * as bt from '@babel/types';
export default function getArgFromDecorator(path: NodePath<bt.Decorator>): null | NodePath<bt.Expression | bt.SpreadElement | bt.JSXNamespacedName>;
