import { type DockNode } from './dock-model'; type $$ComponentProps = { node: DockNode; }; declare const DockNodeView: import("svelte").Component<$$ComponentProps, {}, "">; type DockNodeView = ReturnType; export default DockNodeView;