import type { HtmlIngredientProps } from '../types.js';
export interface TagsInputControlProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const TagsInputControl: import("svelte").Component<TagsInputControlProps, {}, "ref">;
type TagsInputControl = ReturnType<typeof TagsInputControl>;
export default TagsInputControl;
