import { InputFormControl } from './input-form-control'; export declare class ColorPickerFormControl extends InputFormControl { getInputType(): string; }