import { Picture } from '../tree';
export declare const makePicture: (obj: Picture) => HTMLElement;
