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