export type DragDropTypes = 'stage';
export declare const DRAG_DROP_TYPES: Record<Uppercase<DragDropTypes>, DragDropTypes>;
