import type { TreeNode } from "@qualcomm-ui/utils/collection"; import type { NodeProps, TreeApiProps } from "./tree.types.js"; export declare const treeProps: (keyof TreeApiProps)[]; export declare const splitTreeProps: >(props: Props) => [TreeApiProps, Omit>]; export declare const treeItemProps: (keyof NodeProps)[]; export declare const splitTreeItemProps: (props: Props) => [NodeProps, Omit]; //# sourceMappingURL=tree.props.d.ts.map