import type { ESLint } from "eslint"; declare const config: { configs: { recommended: { plugins: { "react-prefer-function-component": ESLint.Plugin; }; rules: { "react-prefer-function-component/react-prefer-function-component": "error"; }; }; }; }; export default config;