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