import { Linter } from 'eslint';

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

export { rn as default, rn };
