import { FC } from 'react'; import { LinkEditorProps } from '../../types'; declare const LinkEditor: FC; export default LinkEditor;