import Base from "./model/base"; import Options from "./options"; export default function nodeToSketchLayers(node: HTMLElement, options?: Options): Base[];