import React from 'react'; import { PlateEditor } from '@udecode/plate-common'; import { IModal } from '@epam/uui-core'; interface AddLinkModalProps extends IModal { editor: PlateEditor; } export declare function AddLinkModal({ editor, ...modalProps }: AddLinkModalProps): React.JSX.Element; export {}; //# sourceMappingURL=AddLinkModal.d.ts.map