import { OnChanges } from '@angular/core'; import { ColorWrap } from 'ngx-color'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "ngx-color"; export declare class AlphaPickerComponent extends ColorWrap implements OnChanges { /** Pixel value for picker width */ width: string | number; /** Pixel value for picker height */ height: string | number; direction: 'horizontal' | 'vertical'; pointer: { [key: string]: string; }; constructor(); ngOnChanges(): void; handlePickerChange({ data, $event }: { data: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ColorAlphaModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }