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