import { Meta } from '@storybook/react';
import { SortableProps } from './Sortable';
declare const _default: Meta<SortableProps>;
export default _default;
export declare const SortableExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;
export declare const withHandleRight: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;
export declare const WithComplexChildren: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, SortableProps>;
