import { EditorContent } from "./types"; interface CopyPlaygroundDialogProps { editorContent: EditorContent; isOpen: boolean; onClose: () => void; endpoint: string; } export declare const CopyPlaygroundDialog: ({ editorContent, isOpen, onClose, endpoint, }: CopyPlaygroundDialogProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CopyPlaygroundDialog.d.ts.map