import React from 'react'; import { SegmentedTabsProps } from '@graphscope/studio-components'; import { IStudioQueryProps } from '../context'; interface SidebarProps { title?: string; items: SegmentedTabsProps['items']; displaySidebarPosition?: boolean; type?: IStudioQueryProps['displaySidebarType']; } declare const _default: React.NamedExoticComponent; export default _default;