import type { Explicit } from "@qualcomm-ui/utils/guard"; import type { PropNormalizer } from "@qualcomm-ui/utils/machine"; import type { QdsTreeApi, QdsTreeApiProps } from "./tree.types.js"; export declare function createQdsTreeApi(props: Explicit, normalize: PropNormalizer): QdsTreeApi; //# sourceMappingURL=tree.api.d.ts.map