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