/// import { IconProps } from '../../types'; declare const Atom: (allProps: IconProps) => JSX.Element; export default Atom;