/*! Modus React Bootstrap A React-based component library developed as a common, open source platform for all of Trimble’s web applications built on React. Extends React-Bootstrap v1.6.5 Copyright (c) 2022 Trimble Inc. */ export declare const TreeViewItemStyled: import("styled-components").StyledComponent<"div", any, { level: number; hasCheckBoxSelection: string; hasItemIcon: string; }, never>; export default TreeViewItemStyled;