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