import { ReactNode } from 'react';
export interface ColumnManagerDragBoxLabelProps {
    icon?: ReactNode;
}
export declare const ColumnManagerDragBoxLabel: import('react').ForwardRefExoticComponent<Omit<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & ColumnManagerDragBoxLabelProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
