import { type SeoConfig } from "./core.js"; export type SeoInsightsProps = SeoConfig & { mode?: "auto" | "manual"; }; export declare function SeoInsights({ mode, ...config }: SeoInsightsProps): null; export { initSeo, runPageAudit, setSeoConsent, auditCurrentPage, captureViewportSnapshot } from "./core.js"; export type { SeoAuditPayload, SeoConfig } from "./core.js"; //# sourceMappingURL=react.d.ts.map