export declare class CkTableEditorComboboxComponent { validatorFn: Function; idField: string; textField: string; required: boolean; align: string; data: Array; _data: any[]; placeholder: string; _placeholder: string; validate(value: string, row: any): string; }