declare const CommentsContext: import('react').Context; export declare function CommentsProvider({ commentProps, children }: { commentProps: any; children: any; }): import("react/jsx-runtime").JSX.Element; export declare function useComments(): null; export { CommentsContext }; export default CommentsProvider; //# sourceMappingURL=CommentsContext.d.ts.map