import { FieldType } from "@kre-form/core";
import { KreFormAntService } from "../../tools/service";
import { CdkDragDrop } from '@angular/cdk/drag-drop';
export declare class KreSurveyDropdown extends FieldType {
    service: any;
    guid: any;
    constructor(dyService: KreFormAntService);
    addOption(): void;
    addOptions(): void;
    deleteOption(option: any): void;
    drop(event: CdkDragDrop<string[]>): void;
}
