/// <reference types="react" />
import { TagInputProps } from './tag.type';
declare const TagInput: {
    (props: TagInputProps): JSX.Element;
    displayName: string;
};
export default TagInput;
