import type { TConfig } from '../types'; export declare const Provider: (config: TConfig) => import("@emotion/react/jsx-runtime").JSX.Element;