import { PipeTransform } from '@angular/core'; import { AssetFragment } from '../../common/generated-types'; import * as i0 from "@angular/core"; /** * @description * Given an Asset object (an object with `preview` and optionally `focalPoint` properties), this pipe * returns a string with query parameters designed to work with the image resize capabilities of the * AssetServerPlugin. * * @example * ```HTML * * * ``` * * @docsCategory pipes */ export declare class AssetPreviewPipe implements PipeTransform { transform(asset?: AssetFragment, preset?: string | number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }