import React from 'react';
import { TagEditorProps } from './interfaces';
export { TagEditorProps };
declare const TagEditor: React.ForwardRefExoticComponent<TagEditorProps & React.RefAttributes<TagEditorProps.Ref>>;
export default TagEditor;
