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