import { InjectionToken } from '@angular/core'; import { ISbStoryParams } from 'storyblok-js-client/src/interfaces'; export interface StoryblokPreview { preview: () => Promise>; } /** * Injection token for the Storyblok Preview functionality. */ export declare const NG_STORYBLOK_PREVIEW: InjectionToken;