import type { ICreateConfigOptions, IRule } from './interface';
declare function createReactConfig(opts?: ICreateConfigOptions): IRule[];
export = createReactConfig;
