import { EventEmitter, OnChanges } from '@angular/core'; import { HSLA, RGBA } from './helpers/color.interfaces'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./checkboard.component"; import * as i3 from "./coordinates.directive"; export declare class AlphaComponent implements OnChanges { hsl: HSLA; rgb: RGBA; pointer: Record; shadow: string; radius: number | string; direction: 'horizontal' | 'vertical'; onChange: EventEmitter; gradient: Record; pointerLeft: number; pointerTop: number; ngOnChanges(): void; handleChange({ top, left, containerHeight, containerWidth, $event }: { top: any; left: any; containerHeight: any; containerWidth: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class AlphaModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }