export declare const classNames: { readonly tbodySticky: string; readonly tbodyStickyActive: string; readonly tree: string; readonly toggle: string; readonly toggleIcon: string; readonly value: string; }; export declare const cssVariables: { readonly depth: "--ig-tree-depth"; }; declare const _default: { readonly classNames: { readonly tbodySticky: string; readonly tbodyStickyActive: string; readonly tree: string; readonly toggle: string; readonly toggleIcon: string; readonly value: string; }; readonly cssVariables: { readonly depth: "--ig-tree-depth"; }; }; export default _default;