import { TagInputProps } from './tag.type'; declare const TagInput: { (props: TagInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default TagInput;