import { SVGProps } from "react"; declare const DIAtom: (props: SVGProps) => JSX.Element; export { DIAtom };