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