import React from 'react';
import { DraggableListProps } from './types';
export declare const DraggableList: {
    ({ items, onReorder, renderItem, dragHandle, className, style, ariaLabel, ariaDescribedby, ariaInvalid, ariaRequired, ariaDisabled, role, tabIndex, testId, }: DraggableListProps): React.JSX.Element;
    displayName: string;
};
