import type { CommandViewportProps } from "../types.js"; declare const CommandViewport: import("svelte").Component; type CommandViewport = ReturnType; export default CommandViewport;