type ImportJsonDialogProps = { onClose: () => void; }; export default function ImportJsonDialog({ onClose }: ImportJsonDialogProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ImportJsonDialog.d.ts.map