import { IconProps } from '../lib';
declare function Atom(props: IconProps): JSX.Element;
export default Atom;
