import { OnChanges, SimpleChanges } from "@angular/core"; import { ConfiguratorContext } from "../configurator.models"; import * as i0 from "@angular/core"; export declare class ImageSelectorComponent implements OnChanges { context: ConfiguratorContext; param: string; description: string; sizeable: boolean; ngOnChanges(changes: SimpleChanges): void; onImageLoaded(event: Event): void; onImageDimensionChange(value: string, size: 'width' | 'height'): void; onChange(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }