import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { GitBranchIcon as VanillaGitBranchIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const GitBranchIcon: ForwardRefExoticComponent & RefAttributes>; export declare const GitBranch: ForwardRefExoticComponent & RefAttributes>;