import React from "react";
import { NehonixShieldConfig } from "../../types/frameworks.type";
/**
 * Nehonix Shield Provider Component
 */
export declare const NehonixShieldProvider: React.FC<{
    children: React.ReactNode;
    initialConfig?: Partial<NehonixShieldConfig>;
}>;
//# sourceMappingURL=REACT.NehonixShield.d.ts.map