import React, { type PropsWithChildren } from "react"; import type { IAuditLogContext } from "./types"; export declare const AuditLogContext: React.Context; export declare const AuditLogContextProvider: React.FC>; //# sourceMappingURL=index.d.ts.map