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