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