import type { TreeProps } from "../common/components/Tree.js"; /** @beta */ export type ExternalSourcesTreeProps = Pick & { hierarchyLevelConfig?: { sizeLimit?: number; }; }; /** @beta */ export declare function ExternalSourcesTree(props: ExternalSourcesTreeProps): import("react/jsx-runtime.js").JSX.Element; //# sourceMappingURL=ExternalSourcesTree.d.ts.map