import { FormField, FieldProps } from '../form-field/form-field'; import * as i0 from "@angular/core"; export interface ImagePreviewProps extends FieldProps { baseUrl?: string; separator?: string; width?: number | string; height?: number | string; imageStyle?: any; alt?: string; } export declare class ImagePreviewComponent { field: import("@angular/core").InputSignal; props: ImagePreviewProps; private readonly defaultBaseUrl; constructor(); imageList(): string[]; resolveSrc(image: string): string; imageWidth(): string; imageHeight(): string; previewImageStyle(): any; private normalizeSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }