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