export declare const classNames: { readonly cellAggregated: string; readonly cellTree: string; readonly disclosure: string; readonly disclosureIcon: string; readonly disclosureValue: string; readonly rowCollapsed: string; readonly rowExpanded: string; readonly rowTree: string; readonly tbodySticky: string; readonly tbodyStickyActive: string; }; export declare const dataAttributes: { readonly depth: "data-tree-depth"; }; export declare const cssVariables: { readonly depth: "--ig-tree-depth"; }; declare const _default: { readonly classNames: { readonly cellAggregated: string; readonly cellTree: string; readonly disclosure: string; readonly disclosureIcon: string; readonly disclosureValue: string; readonly rowCollapsed: string; readonly rowExpanded: string; readonly rowTree: string; readonly tbodySticky: string; readonly tbodyStickyActive: string; }; readonly dataAttributes: { readonly depth: "data-tree-depth"; }; readonly cssVariables: { readonly depth: "--ig-tree-depth"; }; }; export default _default;