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