import React from 'react'; import { CustomColumnsBaseProps } from './CustomColumns'; export interface CustomColumnsFullProps extends CustomColumnsBaseProps { } export declare function CustomColumnsFull(props: CustomColumnsFullProps): React.JSX.Element; export declare namespace CustomColumnsFull { var setCustomColumnsState: typeof import("../../state/initCustomColumns").setCustomColumnsState; var dragAndDrop: { CustomColumnsDragAndDropState: typeof import("../../state").CustomColumnsDragAndDropState; ListDragAndDropContext: ((props: import("../ListDragAndDrop/ListDragAndDropContext").ListDragAndDropContextProps) => React.JSX.Element) & { displayName: string; }; DraggableListItem: ((props: import("../DragAndDrop").DraggableCardProps) => React.JSX.Element) & { displayName: string; }; DraggableListItemOverlay: ((props: import("../DragAndDrop").DraggableCardOverlayProps) => React.ReactPortal) & { displayName: string; }; }; var displayName: string; } //# sourceMappingURL=CustomColumnsFull.d.ts.map