import React from 'react'; import { TagEditorProps } from './interfaces'; import { getTagsDiff } from './utils'; export { TagEditorProps, getTagsDiff }; declare const TagEditor: React.ForwardRefExoticComponent>; export default TagEditor;