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