export declare class CkComboboxOption { data: any; id: string; text: string; group: string; dummy: boolean; constructor(source: any); }