import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare const storyblokImg: (url: string) => { width: number; height: number; }; export declare class StoryblokImgWidthPipe implements PipeTransform { transform(value: string): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class StoryblokImgHeightPipe implements PipeTransform { transform(value: string): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }