import { type Snippet } from 'svelte'; type $$ComponentProps = { children?: Snippet; }; declare const ObjectSelection: import("svelte").Component<$$ComponentProps, {}, "">; type ObjectSelection = ReturnType; export default ObjectSelection;