import { Story } from '@storybook/react'; import * as React from 'react'; import { TableOfContentsProps } from './types'; declare const _default: { title: string; component: React.NamedExoticComponent; argTypes: { tree: { table: { category: string; }; }; }; }; export default _default; export declare const Playground: Story;