import { DragActive } from '@1771technologies/lytenyte-core/internal';
import { ReactNode } from 'react';
export declare function ColumnManagerDragPlaceholder(props: {
readonly children?: (p: DragActive) => ReactNode;
}): import('react').ReactPortal | null;