import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TransformOriginPipe implements PipeTransform { transform(quadrant: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'top-center' | 'bottom-center' | undefined): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }