import { ComponentType } from 'react'; declare class Primitive { dataUrl: string; Component?: ComponentType; options?: { [key: string]: any; }; private _url; private _deps?; constructor(url: string, deps: { [key: string]: any; }); load(): Promise; } export declare function loadPrimitive(name: string, deps: { [key: string]: any; }): Primitive; export default Primitive; //# sourceMappingURL=Primitive.d.ts.map