import type { Meta, StoryFn } from '@storybook/react'; import type { DragDropListProps } from '@pega/cosmos-react-dnd'; declare const _default: Meta; export default _default; interface DragDropListDemoProps { pullMode?: DragDropListProps['pullMode']; pushMode?: DragDropListProps['pushMode'] | 'sort'; } export declare const DragDropListDemo: StoryFn; //# sourceMappingURL=DragDropList.stories.d.ts.map