import type { Separator as SeparatorPrimitive } from "bits-ui"; declare const SelectSeparator: import("svelte").Component; type SelectSeparator = ReturnType; export default SelectSeparator;