import type { Compiler } from '@rspack/core';
export declare class NxReactRspackPlugin {
    private options;
    constructor(options?: {
        svgr?: boolean;
    });
    apply(compiler: Compiler): void;
}
