export declare const pinnedSelectedAttribute = "pinned-selected"; export declare const groupSelectedAttribute = "group-selected"; export declare const TreeViewSelectionMode: { readonly all: "all"; readonly leavesOnly: "leaves-only"; readonly none: "none"; }; export type TreeViewSelectionMode = (typeof TreeViewSelectionMode)[keyof typeof TreeViewSelectionMode];