import React from 'react'; export default function NCBISettingsDialog({ handleClose, baseUrl, }: { handleClose: (arg?: string) => void; baseUrl: string; }): React.JSX.Element;