import { PropertyValues } from 'lit'; import { DDSElement } from "../../base/index.cjs"; export declare const cvaTreeChildren: (props?: ({ disabled?: boolean | null | undefined; selected?: boolean | null | undefined; icon?: boolean | null | undefined; open?: boolean | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; /** * The tree item component that can be used within `daikin-tree` and `daikin-tree-section` component. * * This can be placed either under the tree section or directly under the tree. Elements cannot be placed any deeper than tree item. * * Hierarchy: * - `daikin-tree` > `daikin-tree-section` > `daikin-tree-item` * - `daikin-tree` > `daikin-tree-item` * * @fires click - A retargeted event of a [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event) emitted from the inner `` or `