import type { FC } from 'react'; export type InsertModalProps = { nodeId: string; closeModal: () => void; }; export declare const InsertModal: FC; //# sourceMappingURL=InsertModal.d.ts.map