import React from 'react';
import { WithInput } from './components/WithInput';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export default _default;
export declare const Simple: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export declare const Simple2: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export declare const NoDropAnimation: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export declare const NoNewRootChildren: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export declare const VSCodeLike: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, React.PropsWithChildren<Pick<import("../src").SortableTreeProps<any, any>, "indentationWidth" | "indicator" | "disableSorting" | "pointerSensorOptions" | "dropAnimation" | "dndContextProps" | "sortableProps" | "keepGhostInPlace" | "canRootHaveChildren">>>;
export declare const Minimal: () => JSX.Element;
export declare const MinimalViable: () => JSX.Element;
export { WithInput };
