export type TreeAppearance = 'none' | 'depth'; export type TreeIcon = 'folder' | 'chevron'; export type TreeActions = 'auto' | 'visible';