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