import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Atom02Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Atom02Icon;
