import type { TypedFlatConfigItem } from "../types"; export declare function react(options: undefined | { disabled?: boolean; version?: string; }): Promise;