import { AST } from "vue-eslint-parser";
import type { RuleContext } from "../../../types";
declare function findVueComponent(context: RuleContext): AST.ESLintObjectExpression | null;
export default findVueComponent;
