import type { SVGProps } from "react"; import * as React from "react"; declare const SvgAtom: (props: SVGProps) => React.JSX.Element; export default SvgAtom; //# sourceMappingURL=Atom.d.ts.map