import { Compiler } from 'webpack';
export declare class NxReactWebpackPlugin {
    private options;
    constructor(options?: Record<string, any>);
    apply(compiler: Compiler): void;
}
//# sourceMappingURL=nx-react-webpack-plugin.d.ts.map