import { C as CommonProps } from './common.types.d-a5NbnUWh.js'; import React from 'react'; interface AtomProps extends CommonProps { } declare const Atom: (props: AtomProps) => React.JSX.Element; export { type AtomProps, Atom as default };