import { TagInputProps } from './tag.type'; declare const TagInput: (props: TagInputProps) => import("react/jsx-runtime").JSX.Element; export default TagInput; //# sourceMappingURL=tag-input.d.ts.map