export declare const CONTEXT_PROVIDERS_OPTION = "contextProviders"; /** * List of all nested providers that are required to run */ export declare const DEFAULT_CONTEXT_PROVIDERS: ((children: any) => JSX.Element)[];