import { SvelteComponentTyped } from "svelte"; import type { Node } from '../../types/types' declare const __propDef: { props: { node: Node; key: string; heightRatio: number; widthRatio: number; }; events: { [evt: string]: CustomEvent; }; slots: { default: {}; }; };