import { TreeSection } from '../TreeSection.js'; import { TreeItem, AllViewSectionLocators } from '../../../index.js'; import { IPageDecorator } from '../../../utils.js'; export interface DefaultTreeSection extends IPageDecorator { } /** * Default view section * * @category Sidebar */ export declare class DefaultTreeSection extends TreeSection { /** * @private */ locatorKey: ("ViewSection" | "DefaultTreeSection")[]; getVisibleItems(): Promise; findItem(label: string, maxLevel?: number): Promise; } //# sourceMappingURL=DefaultTreeSection.d.ts.map