import { Select as SelectPrimitive } from "bits-ui";
declare const SelectGroup: import("svelte").Component<SelectPrimitive.GroupProps, {}, "ref">;
type SelectGroup = ReturnType<typeof SelectGroup>;
export default SelectGroup;
