import { TreeSection } from '../TreeSection.js'; import { TreeItem } from '../../ViewItem.js'; import { AllViewSectionLocators } from '../../ViewSection.js'; import { IPageDecorator } from '../../../utils.js'; export interface CustomTreeSection extends IPageDecorator { } /** * Custom tree view, e.g. contributed by an extension * * @category Sidebar */ export declare class CustomTreeSection extends TreeSection { /** * @private */ locatorKey: ("ViewSection" | "CustomTreeSection")[]; getVisibleItems(): Promise; findItem(label: string, maxLevel?: number): Promise; } //# sourceMappingURL=CustomTreeSection.d.ts.map