import type { ComponentChildren } from 'preact';
interface ConfigurationApiContextProviderProps {
    children: ComponentChildren;
}
/** @deprecated - this is legacy support for v2, do not add to this */
export declare const ConfigurationApiProvider: ({ children }: ConfigurationApiContextProviderProps) => import("preact/jsx-runtime").JSX.Element;
export {};
