interface PlaceholderProps {
    clientY?: number;
    clientX?: number;
    clientHeight?: number;
    clientWidth?: number;
}
export declare const useDragHandlers: ({ disabled, flexDirection, flexGap, dataList, droppableId, onChange, }: {
    disabled: any;
    flexDirection: any;
    flexGap: any;
    dataList: any;
    droppableId: any;
    onChange: any;
}) => {
    placeholderProps: PlaceholderProps;
    handleDragStart: (event: any) => void;
    handleDragEnd: (result: any) => void;
    handleDragUpdate: (event: any) => void;
};
export {};
//# sourceMappingURL=DraggableList.hooks.d.ts.map