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 TwitterComponent extends ColorWrap { /** Pixel value for picker width */ width: string | number; /** Color squares to display */ colors: string[]; triangle: 'hide' | 'top-left' | 'top-right' | 'bottom-right'; swatchStyle: { [key: string]: string; }; input: { [key: string]: string; }; disableAlpha: boolean; constructor(); focus(color: string): { boxShadow: string; }; handleBlockChange({ hex, $event }: any): void; handleValueChange({ data, $event }: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class ColorTwitterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }