import type { FC } from 'react'; import type { IEditorProps } from '../../grid/components'; import type { IWrapperEditorProps } from './type'; export declare const GridLinkEditor: FC;