import { TCSLoader } from "./TCSLoader"; import { VsfXLoader } from "./VsfXLoader"; import { VsfXPartialLoader } from "./VsfXPartialLoader"; import { Viewer } from "../Viewer"; import { Model } from "../../Api/Model"; import { OptionsData } from "../Options"; export declare class LoaderFactory { create(viewer: Viewer, model: Model, options: OptionsData): TCSLoader | VsfXLoader | VsfXPartialLoader; } //# sourceMappingURL=LoaderFactory.d.ts.map