import { Linter } from 'eslint';

type Config = Linter.Config;
/**
 * Sylph ESLint Configuration for React Projects (Flat Config)
 *
 * Extends the base @sylphlab/eslint-config-sylph configuration with
 * rules specific to React, React Hooks, and JSX A11y.
 */
declare const react: Config[];

export { react as default, react };
