import React from 'react'; import { RJT_CONFIG } from '../core'; export declare const RJTProvider: React.FC<{ config: RJT_CONFIG; children: any; }>; export declare const useRJTConfig: () => RJT_CONFIG;