import React from 'react'; import { ObjectID } from '@buerli.io/core'; export declare const Sketch: React.FC<{ objId: ObjectID; }>;