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