import type { ToggleProps } from './types'; /** * To manage accessing non-production-ready features of SDK * or features under active experimentation/testing. * @param children - components rendered * @param features - dictionary of type Features * @param refreshExperiments - handler to refresh experiments for the legal entity */ export declare function ToggleContextProvider({ children, features: propFeatures, refreshExperiments, }: Readonly): import("preact/jsx-runtime").JSX.Element;