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