import DraggableList from '../../../examples/src/DraggableListExamples';
export declare const example: () => JSX.Element;
declare const _default: {
    title: string;
    component: typeof DraggableList;
    parameters: {
        notes: string;
    };
};
export default _default;
