import type { HTMLAttributes } from 'react'; interface IsotopesViewerProps extends HTMLAttributes { value?: string; } declare function IsotopesViewer({ value, ...othersProps }: IsotopesViewerProps): import("react/jsx-runtime").JSX.Element; export default IsotopesViewer; //# sourceMappingURL=IsotopesViewer.d.ts.map