import React from 'react';
import { Meta } from '@storybook/react';
import { DraggableListProps } from './types';
declare const meta: Meta;
export default meta;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const WithoutDragHandles: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const CustomItemRendering: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const DisabledList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const LargeList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const AccessibilityTesting: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const EmptyList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const CustomStyling: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const NestedItems: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const DynamicItems: () => React.JSX.Element;
