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