declare class Alpha { private el; private ctx; private width; private height; onChange: (rgb: any) => void; constructor(saturationEl: Element); load(color: any, a: number): void; unload(): void; renderSlide(top: number): void; private onMouseDown; } export default Alpha;