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