import { NgStoryblokFeatures } from './_features.config'; /** * Provides the Storyblok configuration. * * @param features The features to provide. * @returns The providers for the Storyblok configuration. */ export declare const provideNgStoryblok: (...features: Array) => import("@angular/core").EnvironmentProviders;