import React from 'react';
export declare const getBackgroundColor: (isDraggingOver: boolean, isDraggingFrom: boolean) => string;
export declare const getDraggingStyle: (isDraggingOver: boolean, isDraggingFrom: boolean) => object;
export interface ColumnProps {
    prefixCls: string;
    columnId: string;
    className?: string;
    quotes?: any[];
    header: string;
}
declare const _default: React.FunctionComponent<ColumnProps>;
export default _default;
