import { Type } from "../type/abstract.ts"; import { ContainerTreeViewTypeConstructor, ContainerTypeGeneric } from "./container.ts"; export declare function getContainerTreeViewClass>>(type: ContainerTypeGeneric): ContainerTreeViewTypeConstructor;