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; }>; //# sourceMappingURL=REACT.NehonixShield.d.ts.map