import { EmbeddableConfig } from '../types'; /** * Hook to access the global Embeddable SDK configuration * @returns The current SDK configuration * @throws Error if used outside of EmbeddableProvider */ export declare function useEmbeddableConfig(): EmbeddableConfig; //# sourceMappingURL=useEmbeddableConfig.d.ts.map