import { Compiler } from 'webpack';
export declare class NxReactWebpackPlugin {
    private options;
    constructor(options?: Record<string, any>);
    apply(compiler: Compiler): void;
}
