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