export interface IDraggableZoneStyles { root: string; } export declare const getClassNames: (className: string, isDragging: boolean) => IDraggableZoneStyles;