import { TreeSection } from "../TreeSection"; import { TreeItem } from "../../../.."; /** * Default view section */ export declare class DefaultTreeSection extends TreeSection { getVisibleItems(): Promise; findItem(label: string, maxLevel?: number): Promise; }