import { Plugin } from 'vite'; import { UserPluginOptions } from './types'; export declare function reactApp(userPluginOptions?: UserPluginOptions): Plugin;