import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; export declare class CroppedImageComponent { private _sanitizer; class: string; width: number; image: string; text: string; alt: boolean; border: boolean; coefficient: number; radius: number; constructor(_sanitizer: DomSanitizer); readonly imageUrl: string; readonly ampedN: number; readonly croppedImageStyle: SafeStyle; readonly textMargin: number; _nearestMultipleOfTwo(n: number): number; }