import type { HtmlIngredientProps } from '../types.js'; export interface SelectIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const SelectIndicator: import("svelte").Component; type SelectIndicator = ReturnType; export default SelectIndicator;