/// import type { RichTextEditor } from '../types'; interface DTRModalProps { editor: RichTextEditor; isOpen: boolean; } export declare const DTRModal: ({ isOpen }: DTRModalProps) => JSX.Element; export {};