export default Atom; declare function Atom({ el, shortcut, selected, ...props }: { [x: string]: any; el: any; shortcut: any; selected: any; }): import("react/jsx-runtime").JSX.Element;