import type { HtmlIngredientProps } from '../types.js';
export interface TagsInputItemInputProps extends HtmlIngredientProps<'input', HTMLInputElement> {
}
declare const TagsInputItemInput: import("svelte").Component<TagsInputItemInputProps, {}, "ref">;
type TagsInputItemInput = ReturnType<typeof TagsInputItemInput>;
export default TagsInputItemInput;
