import type { EditableNodeAttributes } from "../types"; interface ModalProps extends EditableNodeAttributes { id: string; title?: string; children?: React.ReactNode; className?: string; } export declare function Modal({ id, title, children, className, "data-node-id": dataNodeId }: ModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Modal.d.ts.map