import type { Importer } from '../parse';
import type { NodePath } from 'ast-types/lib/node-path';
/**
 * Returns if the method path is a Component method.
 */
export default function (methodPath: NodePath, importer: Importer): boolean;
