import { RepoItems } from '../../../model/repo'; export declare function createNodeContent(label: string, item: RepoItems | undefined, loadModel?: (x: string) => void): JSX.Element; //# sourceMappingURL=RepoMapNode.d.ts.map