import WindowTemplate from "./WindowTemplate" /** @typedef {import("../element/NodeElement").default} NodeElement */ export default class ColorPickerWindowTemplate extends WindowTemplate { }