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