/// <reference types="react" />
import { DraggableProvided, DraggableRubric, DraggableStateSnapshot } from 'react-beautiful-dnd';
import ColumnGroups from './ColumnGroups';
export declare function useRenderClone(columnGroups?: ColumnGroups): (provided: DraggableProvided, snapshot: DraggableStateSnapshot, rubric: DraggableRubric) => JSX.Element;
