import { Editor } from '../../lib/node-pagedown'; export declare type ModalComponentProps = { editor: typeof Editor; closeModal: Function; state: Record; }; export declare const linkHandleMouseDown: (e: any, editor: any) => void;