declare const _default: { plugins: string[]; parserOptions: { ecmaFeatures: { jsx: boolean; }; }; rules: { 'react/hook-use-state': string; 'react-hooks/rules-of-hooks': string; 'react-hooks/exhaustive-deps': string; }; }; export = _default;