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