import { CdkDragDrop } from '@angular/cdk/drag-drop'; export declare class DragDropComponent { title: string; todo: string[]; done: string[]; review: string[]; drop(event: CdkDragDrop): void; }