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